From a02fa3af3d8cecbe3a303edad1ad8baebeac0bbf Mon Sep 17 00:00:00 2001 From: BurgerLUA <8602857+BurgerLUA@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:04:17 -0700 Subject: [PATCH] copy's yogstation's linter format --- .github/workflows/ci_suite.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 7a322919469..d4210190f59 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -53,7 +53,7 @@ jobs: bash tools/ci/install_spaceman_dmm.sh dreamchecker cargo install ripgrep --features pcre2 tools/bootstrap/python -c '' - - name: Run Linters + - name: Misc Checks run: | bash tools/ci/check_filedirs.sh tgstation.dme bash tools/ci/check_changelogs.sh @@ -66,11 +66,14 @@ jobs: tools/bootstrap/python -m define_sanity.check tools/bootstrap/python -m dmi.test tools/bootstrap/python -m mapmerge2.dmm_test - ~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1 - - name: Annotate Lints + - name: Run Linter + id: linter + run: | + ~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1 + - name: Annotate Linter uses: yogstation13/DreamAnnotate@v2 if: always() - with: + with: outputFile: output-annotations.txt compile_all_maps: