Skip to content

feat(lint): run on all github actions #10

feat(lint): run on all github actions

feat(lint): run on all github actions #10

Workflow file for this run

name: 'Lint'
on:
pull_request:
push:
branches: [master]
permissions:
contents: read
jobs:
lint:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: actionlint repo
uses: raven-actions/actionlint@v2
- name: actionlint examples
uses: raven-actions/actionlint@v2
with:
files: "examples/*.yml, examples/*.yaml"
- name: actionlint workflows
uses: raven-actions/actionlint@v2
with:
# XXX fix the workflow files, please.
fail-on-error: false
files: "*-*/*.yml, *-*/*.yaml"