Skip to content

Commit 4a95778

Browse files
committed
Workflows: fix mdlint for test-all-scream action
1 parent 68cba75 commit 4a95778

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/actions/test-all-scream/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ jobs:
1818
The input run_type is the only input that this action has to explicitly handle.
1919
As such, this action checks that its value is one of the following.
2020
21-
- nightly: runs tests and then submit to cdash
22-
- at-run: runs tests without submitting to cdash
23-
- bless: runs tests and copy output files to baselines folder
21+
- nightly: runs tests and then submit to cdash
22+
- at-run: runs tests without submitting to cdash
23+
- bless: runs tests and copy output files to baselines folder
2424
2525
As for build_type and machine, we do not prescribe a list of
2626
valid values, as that will be handled by components/eamxx/scripts/test-all-scream.
2727
If their values are not supported, it is up to test-all-scram to handle the error.
2828
As a guideline, however, you may have to ensure that the following exist:
29-
- the file components/eamxx/cmake/machine-files/${machine}.cmake
30-
- the entry ${machine} in the MACHINE_METADATA dict in components/eamxx/scripts/machine_specs.py
29+
30+
- the file components/eamxx/cmake/machine-files/${machine}.cmake
31+
- the entry ${machine} in the MACHINE_METADATA dict in components/eamxx/scripts/machine_specs.py
3132
3233
Questions? Contact Luca Bertagna (lbertag@sandia.gov)

0 commit comments

Comments
 (0)