mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Upgrades SpacemanDMM + Dreamchecker CI (#24247)
* update to suite 1.8 * lets go annotate dm * okay lets not fuck up * testing commit * return it to the natural state
This commit is contained in:
@@ -39,15 +39,9 @@ jobs:
|
||||
python -m tools.ci.check_icon_conflicts
|
||||
python -m tools.ci.check_icon_dupenames
|
||||
python -m tools.maplint.source --github
|
||||
DREAMCHECKER_EXIT_CODE=0
|
||||
~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1 || DREAMCHECKER_EXIT_CODE=$?
|
||||
echo 'DREAMCHECKER_ANNOTATED=1' >> "$GITHUB_ENV"
|
||||
exit $DREAMCHECKER_EXIT_CODE
|
||||
- name: Annotate Lints
|
||||
uses: yogstation13/DreamAnnotate@v2
|
||||
if: ${{ always() && env.DREAMCHECKER_ANNOTATED == '1' }}
|
||||
with:
|
||||
outputFile: output-annotations.txt
|
||||
- name: Run DreamChecker
|
||||
shell: bash
|
||||
run: ~/dreamchecker 2>&1 | bash tools/ci/annotate_dm.sh
|
||||
|
||||
odlint:
|
||||
name: Lint with OpenDream
|
||||
|
||||
Reference in New Issue
Block a user