Skip to content
Β 
Β 

Latest commit

Β 

History

323 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ»β€β„οΈπŸ“¦ Clippy GitHub Action

GitHub action to run Clippy, an up-to-date and modern version of actions-rs/clippy

clippy-action is a modernized and up-to-date version of actions-rs/clippy that takes advantage of GitHub's new features related to actions, and keeps dependencies up to date as actions-rs/clippy has been unmaintained since 2020.

Usage

jobs:
    clippy:
        name: Clippy
        runs-on: ubuntu-latest
        steps:
            - uses: actions/checkout@v3
            - uses: dtolnay/rust-toolchain@stable
              with:
                  components: clippy
            - uses: auguwu/clippy-action@1.4.0
              with:
                  token: ${{secrets.GITHUB_TOKEN}}

This action does allow writing check runs for Clippy results. To enable it, you will need to add this to your workflow:

permissions:
    checks: write

License

clippy-action is released under the Apache 2.0 License with love by Noel!

About

fork: πŸ»β€β„οΈπŸ“¦ GitHub action to run Clippy, an up-to-date and modern version of actions-rs/clippy

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages