Skip to content

Releases: loliGothicK/clippy-check

v0.3.2

12 Feb 15:57
Compare
Choose a tag to compare

Release Note

  • Migrate to node20 action

v0.3.1

22 Jun 13:52
Compare
Choose a tag to compare

v3.0.0

22 Jun 09:48
Compare
Choose a tag to compare

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

12 Apr 02:04
Compare
Choose a tag to compare

New Inputs

  • working-directory

v0.2.10

26 Mar 20:52
Compare
Choose a tag to compare

Includes version info.

v0.2.9

26 Mar 20:48
Compare
Choose a tag to compare

Finally, fix the bug.

v0.2.8

26 Mar 18:05
Compare
Choose a tag to compare

Fix unlimited upload bug (revert to 0.2.4)

v0.2.7

26 Mar 17:38
Compare
Choose a tag to compare
chore: bump v0.2.7

v0.2.6

26 Mar 17:06
Compare
Choose a tag to compare

Bug fix

  • Fix a bug that prevented unlimited uploads from finishing.

v0.2.5

25 Mar 17:29
Compare
Choose a tag to compare

Disable suppress ICE