Skip to content

[ci] Add actionlint workflow #11

[ci] Add actionlint workflow

[ci] Add actionlint workflow #11

Workflow file for this run

name: Action Lint
on:
push:
paths:
- .github/workflows/*.yml
pull_request:
paths:
- .github/workflows/*.yml
permissions:
contents: read
jobs:
lint-workflows:
name: Lint Workflows
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install requirements
run: |
brew install actionlint shellcheck
- name: Run actionlint
env:
SHELLCHECK_OPTS: -e SC1090,SC2034,SC2078
run: |
actionlint -color