Skip to content

Bump lycheeverse/lychee-action from 1.5.0 to 2.2.0 (#310) #404

Bump lycheeverse/lychee-action from 1.5.0 to 2.2.0 (#310)

Bump lycheeverse/lychee-action from 1.5.0 to 2.2.0 (#310) #404

Workflow file for this run

on: push
name: Clippy Check
jobs:
clippy_check:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features