Skip to content

Commit

Permalink
Switch Clippy runner on CI (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n authored Jul 19, 2023
1 parent e5edfcb commit 4c84664
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
shopt -s globstar
rustfmt **/*.rs --check
- uses: actions-rs/clippy-check@v1
- uses: giraffate/clippy-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: -- -D clippy::pedantic -D clippy::all
clippy_flags: -- -D clippy::pedantic -D clippy::all

- name: Build
run: cargo build
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
### Added
- The sponsor button is now shown on the repository page on GitHub.

### Changed
- CI now uses `giraffate/clippy-action@` instead of `actions-rs/clippy-check` for Clippy check.

### Fixed
- The path to the workflow status is fixed.
- Removed an outdated lint `unaligned_references`.

## 0.9.1 - 2022-09-09
### Added
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
non_ascii_idents,
private_doc_tests,
single_use_lifetimes,
unaligned_references,
unreachable_pub,
unused_crate_dependencies,
unused_extern_crates,
Expand Down

0 comments on commit 4c84664

Please sign in to comment.