Skip to content

[pre-commit.ci] pre-commit autoupdate #815

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #815

Workflow file for this run

---
name: Action Lint
# yamllint disable-line rule:truthy
on:
pull_request: {}
push:
branches:
- main
jobs:
actionlint:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash