Add untick file check to CI. (#19618)

* Add untick file check to CI.

* Time for some caveman debugging

* Software's real neat
This commit is contained in:
warriorstar-orion
2022-11-06 12:24:47 +00:00
committed by GitHub
parent 332fc9193a
commit eb54090eeb
2 changed files with 11 additions and 2 deletions
+1
View File
@@ -28,6 +28,7 @@ jobs:
tools/ci/build_tgui.sh
tools/ci/check_grep.sh
python3 tools/ci/check_line_endings.py
python3 tools/ci/unticked_files.py ${GITHUB_WORKSPACE}
~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1
- name: Annotate Lints
uses: yogstation13/DreamAnnotate@v2