Skip to content

chore(deps): update elgohr/github-release-action action to v20240405193535 - autoclosed #14

chore(deps): update elgohr/github-release-action action to v20240405193535 - autoclosed

chore(deps): update elgohr/github-release-action action to v20240405193535 - autoclosed #14

Workflow file for this run

name: Rust
on:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup component add clippy
- uses: giraffate/clippy-action@v1
with:
reporter: 'github-pr-review'
github_token: ${{ secrets.GH_TOKEN }}
level: info
clippy_flags: -- -Dwarnings