Skip to content

Commit 2efcfb8

Browse files
authored
Temporarily disable nightly clippy (#502)
1 parent f78d544 commit 2efcfb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
matrix:
3838
rust:
3939
- stable
40-
- nightly
40+
# temporarily disabled, see https://github.com/rustyscreeps/screeps-game-api/issues/501
41+
#- nightly
4142
steps:
4243
- name: Checkout sources
4344
uses: actions/checkout@v2

0 commit comments

Comments
 (0)