From 0a26ef6fec950a9631f8a08c0cbb7a20dd881043 Mon Sep 17 00:00:00 2001 From: Shane Madden Date: Sat, 23 Mar 2024 02:14:13 -0600 Subject: [PATCH] Re-enable nightly clippy (#513) --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a680d2bc..943713b6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,8 +37,7 @@ jobs: matrix: rust: - stable - # temporarily disabled, see https://github.com/rustyscreeps/screeps-game-api/issues/501 - #- nightly + - nightly steps: - name: Checkout sources uses: actions/checkout@v2