Skip to content

Commit 8a55a78

Browse files
authored
Merge pull request #313 from semiotic-ai/suchapalaver/ci/remove-redundant-nightly-fmt-command
ci: remove redundant +nightly from fmt command
2 parents 715930b + f10c045 commit 8a55a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
toolchain: nightly
2020
components: rustfmt
2121
cache: false
22-
- run: cargo +nightly fmt --all -- --check
22+
- run: cargo fmt --all -- --check
2323

2424
clippy:
2525
name: cargo clippy

0 commit comments

Comments
 (0)