Skip to content

build(deps): bump actions/checkout from 6.0.0 to 6.0.1 #2

build(deps): bump actions/checkout from 6.0.0 to 6.0.1

build(deps): bump actions/checkout from 6.0.0 to 6.0.1 #2

Workflow file for this run

name: Github Actions
on:
pull_request:
paths:
- '.github/**'
defaults:
run:
working-directory: ./.github
permissions:
contents: read
jobs:
actionlint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
sparse-checkout: |
.github
- uses: reviewdog/action-actionlint@437bbe918b0d29544cbf9e8b1d63fe6f4e7a881d # v1.69.0
with:
filter_mode: nofilter
fail_on_error: true
reporter: github-pr-check