Releases: loliGothicK/clippy-check
Releases · loliGothicK/clippy-check
v0.3.2
Release Note
- Migrate to node20 action
v0.3.1
Fix target option
v3.0.0
New action inputs
- toolchain:
- now you can specify the Rust toolchain to use.
- target:
- now you can specify the target to run clippy on.
Example
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
targets: x86_64-unknown-linux-musl
- uses: LoliGothick/clippy-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
toolchain: nightly
target: x86_64-unknown-linux-musl
deny: warnings
v0.2.11
New Inputs
- working-directory
v0.2.10
Includes version info.
v0.2.9
Finally, fix the bug.
v0.2.8
Fix unlimited upload bug (revert to 0.2.4)
v0.2.7
chore: bump v0.2.7
v0.2.6
Bug fix
- Fix a bug that prevented unlimited uploads from finishing.
v0.2.5
Disable suppress ICE