Revert "Disable OpenDream as it's busted (#27891)" (#27896)

This reverts commit c861aed59b.
This commit is contained in:
Burzah
2025-01-08 13:48:02 +00:00
committed by GitHub
parent c861aed59b
commit 2091c48ede
+11 -11
View File
@@ -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