Annotate lint output for nice inline viewing (#54735)

* Annotate lint output for nice inline viewing

* Update .github/workflows/test.yml

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
This commit is contained in:
Rob Bailey
2020-11-03 09:26:53 +13:00
committed by GitHub
co-authored by Jared-Fogle
parent cc51e57b44
commit cfab0a9daf
+7 -1
View File
@@ -31,7 +31,13 @@ jobs:
bash tools/ci/build_tgui.sh
bash tools/ci/check_grep.sh
python3 tools/mapmerge2/dmi.py --test
~/dreamchecker
~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1
- name: Annotate Lints
uses: yogstation13/DreamAnnotate@v1
if: always()
with:
outputFile: output-annotations.txt
compile_all_maps:
runs-on: ubuntu-latest
steps: