Skip to content

Commit

Permalink
Debugging CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkdog committed Jul 14, 2024
1 parent 632f8fd commit f479a87
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,25 @@ jobs:
- name: Run Linters
run: |
echo "tools/bootstrap/python -m tools.maplint.source --github"
tools/bootstrap/python -m tools.maplint.source --github
echo "tools/build/build --ci lint tgui-test"
tools/build/build --ci lint tgui-test
echo "bash tools/ci/check_filedirs.sh shiptest.dme"
bash tools/ci/check_filedirs.sh shiptest.dme
echo "bash tools/ci/check_changelogs.sh"
bash tools/ci/check_changelogs.sh
echo "bash tools/ci/check_misc.sh"
bash tools/ci/check_misc.sh
echo "bash tools/ci/check_grep.sh"
bash tools/ci/check_grep.sh
echo "tools/bootstrap/python -m dmi.test"
tools/bootstrap/python -m dmi.test
echo "tools/bootstrap/python -m mapmerge2.dmm_test"
tools/bootstrap/python -m mapmerge2.dmm_test
echo "~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1"
~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1
echo "Done!"
- name: Annotate Lints
uses: yogstation13/DreamAnnotate@v2
Expand Down

0 comments on commit f479a87

Please sign in to comment.