Skip to content

Merge pull request #182 from LilyFirefly/renovate/taiki-e-install-act… #3

Merge pull request #182 from LilyFirefly/renovate/taiki-e-install-act…

Merge pull request #182 from LilyFirefly/renovate/taiki-e-install-act… #3

Workflow file for this run

on: push
name: Clippy check
permissions: {}
# Make sure CI fails on all warnings, including Clippy lints
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Run Clippy
run: cargo clippy --all-targets --all-features