Skip to content

GitHub Actions linter job #1

GitHub Actions linter job

GitHub Actions linter job #1

Workflow file for this run

name: Continuous Integration
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