File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2626 uses : matlab-actions/setup-matlab@v1
2727
2828 - name : Run Auto Indentation
29- uses : matlab-actions/run-command@v2
29+ uses : matlab-actions/run-command@v1
3030 with :
3131 command : |
3232 cd('toolchain');
3838 echo "Code formatting issues detected. Please run toolchain/s_format.m and commit the changes."
3939 exit 1
4040 fi
41-
42-
Original file line number Diff line number Diff line change 3030 products : " MATLAB
3131"
3232 - name : Run MATLAB Linting
33- uses : matlab-actions/run-command@v2
33+ uses : matlab-actions/run-command@v1
3434 with :
3535 command : |
3636 addpath('toolchain');
Original file line number Diff line number Diff line change @@ -40,21 +40,21 @@ jobs:
4040 Symbolic_Math_Toolbox
4141
4242 - name : Equilibrium test
43- uses : matlab-actions/run-command@v2
43+ uses : matlab-actions/run-command@v1
4444 with :
4545 command : |
4646 cd toolchain;
4747 s_test_suite_equilibrium;
4848
4949 - name : Compatibility test between FD and Spectral
50- uses : matlab-actions/run-command@v2
50+ uses : matlab-actions/run-command@v1
5151 with :
5252 command : |
5353 cd toolchain;
5454 s_test_suite_compatibility;
5555
5656 - name : Finite difference mass transfer test
57- uses : matlab-actions/run-command@v2
57+ uses : matlab-actions/run-command@v1
5858 with :
5959 command : |
6060 cd toolchain;
You can’t perform that action at this time.
0 commit comments