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 b0872ee commit 772bd18Copy full SHA for 772bd18
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: actions-rs/toolchain@v1
20
with:
21
profile: minimal
22
+ toolchain: nightly
23
+ override: true
24
components: rustfmt
25
26
- name: Check formatting
@@ -46,7 +48,7 @@ jobs:
46
48
47
49
50
- toolchain: ${{ $matrix.rust }}
51
+ toolchain: ${{ matrix.rust }}
52
override: true
53
54
- name: Run cargo check
@@ -65,6 +67,8 @@ jobs:
65
67
66
68
69
70
+ toolchain: stable
71
72
components: clippy
73
74
- name: Run lints
0 commit comments