From 64f64431f56df2bf98865152eb2ff2d24c1fd5c6 Mon Sep 17 00:00:00 2001 From: Wildkins Date: Mon, 23 May 2022 06:52:07 -0400 Subject: [PATCH] Fix lint failures not running annotations (#14065) --- .github/workflows/byond.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/byond.yml b/.github/workflows/byond.yml index ee2a6b6ff49..1f20909be8c 100644 --- a/.github/workflows/byond.yml +++ b/.github/workflows/byond.yml @@ -33,8 +33,10 @@ jobs: python3 tools/mapmerge2/travis_mapcheck.py echo "6a5ae087fe5bfa66e52e508655e57120 *html/changelogs/example.yml" | md5sum -c - - name: Run dreamchecker + id: runDreamchecker run: ~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1 - name: Annotate Lints + if: failure() && steps.runDreamchecker.outcome == 'failure' uses: yogstation13/DreamAnnotate@v1 with: outputFile: output-annotations.txt