We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854d995 commit 0abcb8cCopy full SHA for 0abcb8c
.github/workflows/bors.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
15
- name: Install Rust nightly
16
- run: rustup update --no-self-update nightly && rustup default nightly
+ run: rustup update nightly && rustup default nightly && rustup component add rustfmt clippy
17
18
- name: Check the code formatting with rustfmt
19
run: cargo fmt --all -- --check
.github/workflows/pr.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
- run: rustup update nightly && rustup default nightly
0 commit comments