Skip to content

Simplify the workflows #2

Simplify the workflows

Simplify the workflows #2

Workflow file for this run

name: Lint workflow files
on:
pull_request:
paths:
- '.github/workflows/*.yml'
- '.github/workflows/*.yaml'
permissions:
pull-requests: write
contents: read
jobs:
actionlint:
uses: fac/hermod/.github/workflows/actionlint.yml@master
secrets: inherit