From 994d06ad047cfc6f369524686ac79c67c9de10a0 Mon Sep 17 00:00:00 2001 From: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:33:33 +0200 Subject: [PATCH 1/2] Update script_module_list.yml --- .github/workflows/script_module_list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/script_module_list.yml b/.github/workflows/script_module_list.yml index 08578ab93..0f605b9d3 100644 --- a/.github/workflows/script_module_list.yml +++ b/.github/workflows/script_module_list.yml @@ -3,7 +3,7 @@ name: Module overview script (lint + test) on: push: paths: - - 'scripts/README.mds/**' + - 'scripts/**' - './.github/**' pull_request: paths: From 0f16838328b6756a9ef951a22266caac9406f281 Mon Sep 17 00:00:00 2001 From: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:48:47 +0200 Subject: [PATCH 2/2] Update README.md --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index eed5fd893..442fbf9b3 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,3 +1,3 @@ Scripts that can be used to automatically generate markdown files, can be found here. -* [`available_software`](available_software): script to generate overview of available environment modules; +* [`available_software`](available_software): script to generate overview of available environment modules.