From d88e3c5aad773f93e54a50ffcc9063eaee6dbf7c Mon Sep 17 00:00:00 2001 From: Luca Cherubin Date: Mon, 9 Dec 2024 17:17:31 +0100 Subject: [PATCH] chore: remove infra-checks workflow and update reference to lint-global with centralized actionlint --- .github/workflows/infra-checks.yml | 14 -------------- .github/workflows/lint.yml | 14 +++++++------- 2 files changed, 7 insertions(+), 21 deletions(-) delete mode 100644 .github/workflows/infra-checks.yml diff --git a/.github/workflows/infra-checks.yml b/.github/workflows/infra-checks.yml deleted file mode 100644 index f91b803f..00000000 --- a/.github/workflows/infra-checks.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -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@gh-620-centralized-infracheck-workflow diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7c770082..ca208b34 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,12 +2,12 @@ name: lint on: - workflow_dispatch: - pull_request: - push: - branches: [main] + workflow_dispatch: + pull_request: + push: + branches: [main] jobs: - lint: - uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@d809dbc4cd95c04cb3a00fc043aa31ef6b590515 # 1.2.7 - secrets: inherit + lint: + uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@050601a7d7461db8fc57a139525787fc71ca9d94 + secrets: inherit