Fix misleading CI error

This commit is contained in:
Arthri
2024-02-17 10:36:02 +00:00
parent 28b79dc91c
commit 3e2fb3c6e2
+2 -1
View File
@@ -39,9 +39,10 @@ jobs:
python -m tools.ci.check_icon_conflicts
python -m tools.maplint.source --github
~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1
echo 'DREAMCHECKER_ANNOTATED=1' >> "$GITHUB_ENV"
- name: Annotate Lints
uses: yogstation13/DreamAnnotate@v2
if: always()
if: ${{ always() && env.DREAMCHECKER_ANNOTATED == '1' }}
with:
outputFile: output-annotations.txt