From 2091c48edeb8a486766094a89e330f1d1583c378 Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Wed, 8 Jan 2025 06:48:02 -0700 Subject: [PATCH] Revert "Disable OpenDream as it's busted (#27891)" (#27896) This reverts commit c861aed59be01c3f4135633251e919c837c043a2. --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fba63b8af55..11b5bc95283 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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