Skip to content

feat: statefulset logging #16

feat: statefulset logging

feat: statefulset logging #16

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