We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--component rustfmt
1 parent a34dd83 commit 6472b78Copy full SHA for 6472b78
.github/workflows/build.yml
@@ -61,5 +61,5 @@ jobs:
61
timeout-minutes: 2
62
steps:
63
- uses: actions/checkout@v1
64
- - run: rustup install nightly
+ - run: rustup install nightly -c rustfmt
65
- run: cargo +nightly fmt -- --check
0 commit comments