Skip to content

Merge commit 'e92324b18140bfcb0b8e04cfa54b7ae651d569d8' #1

Merge commit 'e92324b18140bfcb0b8e04cfa54b7ae651d569d8'

Merge commit 'e92324b18140bfcb0b8e04cfa54b7ae651d569d8' #1

Workflow file for this run

name: Actionlint
on:
push:
branches:
- 'main'
paths:
- '.github/**'
pull_request:
paths:
- '.github/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: actionlint
uses: raven-actions/actionlint@v1
with:
pyflakes: false # we do not use python scripts