Merge remote-tracking branch 'origin/master' into federicor/update-submodule-after-bug-fix

This commit is contained in:
Federico Rojas
2025-01-23 11:12:09 +01:00
2 changed files with 27 additions and 1 deletions
@@ -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
+1 -1
View File
@@ -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