diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 943713b6..a680d2bc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,7 +37,8 @@ jobs: matrix: rust: - stable - - nightly + # temporarily disabled, see https://github.com/rustyscreeps/screeps-game-api/issues/501 + #- nightly steps: - name: Checkout sources uses: actions/checkout@v2