Skip to content

Commit

Permalink
ci: adds new workflow to use centralized actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerruba committed Dec 2, 2024
1 parent 32c51b9 commit f6ede8d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/infra-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
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

0 comments on commit f6ede8d

Please sign in to comment.