Skip to content

chore(deps): update actions/checkout action to v4.2.0 #216

chore(deps): update actions/checkout action to v4.2.0

chore(deps): update actions/checkout action to v4.2.0 #216

Workflow file for this run

name: test action-clippy
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test_action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: install clippy
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: check clippy version
run: cargo clippy --version
- uses: ./
with:
working_directory: ./test
level: warning
reporter: github-check
filter_mode: nofilter