From e106f6a1225bdeb5acefb87b51a8631aa8523ae9 Mon Sep 17 00:00:00 2001 From: Federico Rojas G <81295115+federrg@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:45:42 +0100 Subject: [PATCH 1/3] Update .gitmodules to point to github Update the URL of submodule tc_mca_std_lib in .gitmodules to point to the Gihub repo. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3eb7f73..b86d0c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "solution/tc_project_app/tc_mca_std_lib"] path = solution/tc_project_app/tc_mca_std_lib - url = https://bitbucket.org/europeanspallationsource/tc_mca_std_lib.git + url = https://github.com/EuropeanSpallationSource/tc_mca_std_lib.git From 5ba4c4b0a35a7345c2ec7d91876336735ec0572b Mon Sep 17 00:00:00 2001 From: federicorojas Date: Mon, 20 Jan 2025 11:10:14 +0100 Subject: [PATCH 2/3] Add .github/workflows/ci-scripts-check-format.yml Run check_no_lineids.sh, check_code_before_sq_brackets and check_fix_white_space. --- .github/workflows/ci-scripts-check-format.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/ci-scripts-check-format.yml diff --git a/.github/workflows/ci-scripts-check-format.yml b/.github/workflows/ci-scripts-check-format.yml new file mode 100644 index 0000000..7420d38 --- /dev/null +++ b/.github/workflows/ci-scripts-check-format.yml @@ -0,0 +1,26 @@ +name: checkformat + +on: + push: + + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: check_no_lineids + run: | + /bin/sh ./check_no_lineids.sh + + - name: check_code_before_sq_brackets + run: | + /bin/sh ./check_code_before_sq_brackets.sh + + - name: check_fix_white_space + run: | + python check_fix_white_space.py + + From 563c4eeb8971389db578264163d74c436ae5143f Mon Sep 17 00:00:00 2001 From: federicorojas Date: Mon, 20 Jan 2025 11:13:05 +0100 Subject: [PATCH 3/3] Update tc_mca_std_lib pointer to version 2.7.0 --- solution/tc_project_app/tc_mca_std_lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/tc_project_app/tc_mca_std_lib b/solution/tc_project_app/tc_mca_std_lib index 88c6223..992566f 160000 --- a/solution/tc_project_app/tc_mca_std_lib +++ b/solution/tc_project_app/tc_mca_std_lib @@ -1 +1 @@ -Subproject commit 88c622304aec0a13c99b4e143f194ed400dc5049 +Subproject commit 992566ff0bdbda8ea5c071590e8451e10b1be442