Skip to content

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

[pre-commit.ci] pre-commit autoupdate

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

Workflow file for this run

on:
pull_request: {}
push:
branches:
- main
name: Action Lint
jobs:
actionlint:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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