Skip to content

Add -a flag to add all modified files into staging #16

Add -a flag to add all modified files into staging

Add -a flag to add all modified files into staging #16

Workflow file for this run

name: Clippy
on: pull_request
env:
CARGO_TERM_COLOR: always
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features