From e57975358bf25569a5c0cae357fc7e581ae6fb46 Mon Sep 17 00:00:00 2001 From: Luca Cherubin Date: Wed, 27 Nov 2024 19:01:15 +0100 Subject: [PATCH] ci: adds new workflow to use centralized actionlint Related: camunda/team-infrastructure#620 --- .github/workflows/infra-checks.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/infra-checks.yml diff --git a/.github/workflows/infra-checks.yml b/.github/workflows/infra-checks.yml new file mode 100644 index 00000000..01b7c15c --- /dev/null +++ b/.github/workflows/infra-checks.yml @@ -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