File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 25
25
shopt -s globstar
26
26
rustfmt **/*.rs --check
27
27
28
- - uses : actions-rs /clippy-check @v1
28
+ - uses : giraffate /clippy-action @v1
29
29
with :
30
- token : ${{ secrets.GITHUB_TOKEN }}
31
- args : -- -D clippy::pedantic -D clippy::all
30
+ clippy_flags : -- -D clippy::pedantic -D clippy::all
32
31
33
32
- name : Build
34
33
run : cargo build
Original file line number Diff line number Diff line change 4
4
### Added
5
5
- The sponsor button is now shown on the repository page on GitHub.
6
6
7
+ ### Changed
8
+ - CI now uses ` giraffate/clippy-action@ ` instead of ` actions-rs/clippy-check ` for Clippy check.
9
+
7
10
### Fixed
8
11
- The path to the workflow status is fixed.
12
+ - Removed an outdated lint ` unaligned_references ` .
9
13
10
14
## 0.9.1 - 2022-09-09
11
15
### Added
Original file line number Diff line number Diff line change 48
48
non_ascii_idents,
49
49
private_doc_tests,
50
50
single_use_lifetimes,
51
- unaligned_references,
52
51
unreachable_pub,
53
52
unused_crate_dependencies,
54
53
unused_extern_crates,
You can’t perform that action at this time.
0 commit comments