Skip to content

chore: add actionlintl.yml #1

chore: add actionlintl.yml

chore: add actionlintl.yml #1

Workflow file for this run

name: actionlint
on:
pull_request:
branches: [main]
paths:
- ".github/workflows/*"
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash