Skip to content

Update Swatinem/rust-cache action to v2.7.7 #84

Update Swatinem/rust-cache action to v2.7.7

Update Swatinem/rust-cache action to v2.7.7 #84

Workflow file for this run

name: actionlint
permissions:
contents: read
pull-requests: write
on:
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
name: actionlint with reviewdog
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4.2.2
- name: actionlint
uses: reviewdog/action-actionlint@v1.62.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review