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