Add actions lint
Some checks failed
actions-lint / actions-lint (push) Failing after 1m35s

This commit is contained in:
2024-09-13 09:53:08 +01:00
commit 6277427cdb

27
.github/workflows/actions-lint.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: actions-lint
on:
push:
branches: [main]
paths:
- '.github/workflows/**'
pull_request:
branches: [main]
paths:
- '.github/workflows/**'
workflow_dispatch:
permissions:
contents: read
jobs:
actions-lint:
name: actions-lint
run-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check workflow files
uses: docker://rhysd/actionlint:latest
with:
args: -color