Clippy Action
Version updated for https://github.com/auguwu/clippy-action to version 1.4.0.
- This action is used across all versions by 122 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
This release contains a overhauled version of the inputs for this action and my first action that is built and developed with Bun :rabbit:! If any issues occur, please report them on GitHub.
Breaking Changes
- The
args
andcheck-args
uses a space delimiter instead of a comma delimiter as of this release.
Deprecated Inputs
allow
,deny
,forbid
, andwarn
inputs are being deprecated as they can be used incheck-args
as well.
Full Changelog: https://github.com/auguwu/clippy-action/compare/1.3.0...1.4.0