Skip to content

Workflow file for this run

name: Syntax check workflows files (actionlint)
run-name: "actionlint"
on:
push:
paths:
- '.github/workflows/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: "Run actionlint"
uses: felleslosninger/github-actions/run-actionlint@v0.6.7