Skip to content

Update GitHub Actions workflows and add actionlint CI #1

Update GitHub Actions workflows and add actionlint CI

Update GitHub Actions workflows and add actionlint CI #1

Workflow file for this run

name: Lint GitHub Actions workflows
on:
push:
paths:
- '.github/workflows/**'
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
name: Actionlint
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Download actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.sh)
echo "$PWD" >> $GITHUB_PATH
- name: Check workflow files
run: actionlint