Skip to content

Add a release action #17

Add a release action

Add a release action #17

Workflow file for this run

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