mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
This reverts commit c861aed59b.
This commit is contained in:
+11
-11
@@ -61,17 +61,17 @@ jobs:
|
||||
shell: bash
|
||||
run: ~/dreamchecker 2>&1 | bash tools/ci/annotate_dm.sh
|
||||
|
||||
# odlint:
|
||||
# name: Lint with OpenDream
|
||||
# runs-on: ubuntu-22.04
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - name: Setup OD
|
||||
# run: |
|
||||
# bash tools/ci/setup_od.sh
|
||||
# - name: Run OD
|
||||
# run: |
|
||||
# bash tools/ci/run_od.sh
|
||||
odlint:
|
||||
name: Lint with OpenDream
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup OD
|
||||
run: |
|
||||
bash tools/ci/setup_od.sh
|
||||
- name: Run OD
|
||||
run: |
|
||||
bash tools/ci/run_od.sh
|
||||
|
||||
compile_all_maps:
|
||||
name: Compile All Maps
|
||||
|
||||
Reference in New Issue
Block a user