File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- # See https://github.com/marketplace/actions/rust-audit-check for docs
17
- - uses : actions-rs/audit-check@v1
16
+
18
17
with :
19
18
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 36
36
- name : Format Check
37
37
run : cargo fmt -- --check
38
38
39
- - uses : actions-rs/clippy-check@v1
40
- name : Clippy
41
- with :
42
- token : ${{ github.token }}
43
- args : --workspace --all-features --all-targets -- -D warnings
39
+ - name : Clippy
40
+ run : cargo clippy --workspace --all-features --all-targets -- -D warnings
44
41
45
42
build :
46
43
runs-on : ubuntu-latest
@@ -144,10 +141,7 @@ jobs:
144
141
runs-on : ubuntu-latest
145
142
steps :
146
143
- uses : actions/checkout@v4
147
- - uses : actions-rs/toolchain@v1
148
- with :
149
- toolchain : stable
150
- override : true
144
+ - uses : dtolnay/rust-toolchain@stable
151
145
- uses : katyo/publish-crates@v2
152
146
with :
153
147
# Only do an actual publish if this is a push to a release tag. Otherwise, do a dry run.
You can’t perform that action at this time.
0 commit comments