Skip to content

Rename CI workflow to GitHub Actions lint #3

Rename CI workflow to GitHub Actions lint

Rename CI workflow to GitHub Actions lint #3

Workflow file for this run

name: GitHub Actions lint
on:
pull_request:
jobs:
actionlint:
runs-on: ubuntu-latest
name: Lint workflows
steps:
- uses: actions/checkout@v5
- name: Check workflow files
uses: docker://rhysd/actionlint:latest
with:
args: -color