Skip to content

Bump the cargo group across 1 directory with 3 updates #1

Bump the cargo group across 1 directory with 3 updates

Bump the cargo group across 1 directory with 3 updates #1

Workflow file for this run

on: [push, pull_request]
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/clippy-check@v1
with:
# The token is required to post clippy problems on the github result page.
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features