File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444
4545 # See design.mps.tests.ci.run.posix.
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v4 # see <https://github.com/actions/checkout/blob/main/README.md#usage>
4848 - run : CC=${{ matrix.compiler }} ./configure
4949 - run : make
5050 - run : make test
5959 # <https://github.com/actions/runner-images/blob/e6fcf60b8e6c0f80a065327eaefe836881c28b68/images/win/Windows2022-Readme.md?plain=1#L215>.
6060
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v4 # see <https://github.com/actions/checkout/blob/main/README.md#usage>
6363 - run : |
6464 call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
6565 cd code
Original file line number Diff line number Diff line change 1717 check-fixme :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v4 # see <https://github.com/actions/checkout/blob/main/README.md#usage>
2121 - run : tool/check-fixme
Original file line number Diff line number Diff line change 1616 check-rst :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v4 # see <https://github.com/actions/checkout/blob/main/README.md#usage>
2020 - name : Install docutils
2121 run : sudo apt-get install -y docutils
2222 - name : Check reStructuredText syntax
Original file line number Diff line number Diff line change 1616 check-shell-scripts :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v4 # see <https://github.com/actions/checkout/blob/main/README.md#usage>
2020 - name : Install shellcheck
2121 run : sudo apt-get install -y shellcheck
2222 - name : Check shell scripts
You can’t perform that action at this time.
0 commit comments