Skip to content

Only use pre-commit ci autofix on automated PRs #10

Only use pre-commit ci autofix on automated PRs

Only use pre-commit ci autofix on automated PRs #10

Workflow file for this run

# Used to lint GitHub actions. https://github.com/rhysd/actionlint
name: Actionlint
on:
pull_request:
paths:
- '.github/**'
jobs:
actionlint:
name: Action lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check workflow files
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color -ignore SC2129
shell: bash