diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index be36b3e57da..1d5b38ea78b 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -61,17 +61,7 @@ jobs: run: | bash tools/ci/check_grep.sh bash skyrat/tools/skyrat_check_grep.sh # SKYRAT EDIT ADDITION - checking modular_skyrat code -<<<<<<< HEAD bash fluffy/tools/fluffy_check_grep.sh # FLUFFY EDIT ADDITION - checking tff_modular code - bash tools/ci/check_misc.sh - tools/bootstrap/python tools/ticked_file_enforcement/ticked_file_enforcement.py < tools/ticked_file_enforcement/schemas/tgstation_dme.json - tools/bootstrap/python tools/ticked_file_enforcement/ticked_file_enforcement.py < tools/ticked_file_enforcement/schemas/unit_tests.json - tools/bootstrap/python tools/ticked_file_enforcement/ticked_file_enforcement.py < tools/ticked_file_enforcement/schemas/modular_skyrat.json # SKYRAT EDIT ADDITION - modular tick enforcement - tools/bootstrap/python -m tools.maplint.source --github - tools/build/build --ci lint tgui-test - tools/bootstrap/python -m define_sanity.check - tools/bootstrap/python -m dmi.test -======= - name: Ticked File Enforcement if: steps.linter-setup.conclusion == 'success' && !cancelled() run: | @@ -87,7 +77,6 @@ jobs: - name: Run Map Checks if: steps.linter-setup.conclusion == 'success' && !cancelled() run: | ->>>>>>> ced82e681 ([MISSED MIRROR] Split Run Linters step into multiple steps (#25137)) tools/bootstrap/python -m mapmerge2.dmm_test tools/bootstrap/python -m tools.maplint.source - name: Run DMI Tests