Skip to content

ci: adds new workflow to use centralized actionlint #2

ci: adds new workflow to use centralized actionlint

ci: adds new workflow to use centralized actionlint #2

Workflow file for this run

---
name: infra-checks
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: camunda/infra-global-github-actions/actionlint@main
with:
custom-config-file: .github/actionlint.yaml