Skip to content

Bump codecov/codecov-action from 3.1.5 to 4.0.0 #28

Bump codecov/codecov-action from 3.1.5 to 4.0.0

Bump codecov/codecov-action from 3.1.5 to 4.0.0 #28

Workflow file for this run

name: Stable lints
# We only run these lints on trial-merges of PRs to reduce noise.
on: pull_request
jobs:
clippy:
name: Clippy (MSRV)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install build dependencies
run: sudo apt install libpcsclite-dev
- name: Run clippy
uses: actions-rs/clippy-check@v1
with:
name: Clippy (MSRV)
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --all-targets -- -D warnings