From f479a87568dac683f365cc835912df0a47e7b2f2 Mon Sep 17 00:00:00 2001 From: Patrick Meade Date: Sun, 14 Jul 2024 08:35:23 -0500 Subject: [PATCH] Debugging CI check --- .github/workflows/ci_suite.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 47f8b1df99..5e153218c4 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -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