Skip to content

chore(deps): update actions/checkout action to v4.2.2 #229

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

chore(deps): update actions/checkout action to v4.2.2 #229

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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