From cfab0a9daf0b9c244221ff2a2fa6225a3d34d83a Mon Sep 17 00:00:00 2001 From: Rob Bailey Date: Mon, 2 Nov 2020 12:26:53 -0800 Subject: [PATCH] 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> --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c9a5583d28..9ad9af9e315 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: