Fix lint failures not running annotations (#14065)

This commit is contained in:
Wildkins
2022-05-23 12:52:07 +02:00
committed by GitHub
parent 352715bcfd
commit 64f64431f5
+2
View File
@@ -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