From 37cbd71a2549e373b57d5c400660a2a76b9928a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp=20=28TWiStErRob=29?= Date: Sat, 6 Apr 2024 10:37:18 +0100 Subject: [PATCH] Refactor CI --- .github/workflows/ci.yml | 18 ++++++++++++++++++ ...ator.yaml => renovate-config-validator.yml} | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/ci.yml rename .github/workflows/{renovate-config-validator.yaml => renovate-config-validator.yml} (98%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..c3b30e1 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,18 @@ +name: "CI" + +on: + push: + +jobs: + + validate: + name: "🦺 Validation" + uses: TWiStErRob/github-workflows/.github/workflows/validate.yml@v1 + permissions: + contents: read + security-events: write + actions: read + + config: + name: "Renovate Config" + uses: ./.github/workflows/renovate-config-validator.yml diff --git a/.github/workflows/renovate-config-validator.yaml b/.github/workflows/renovate-config-validator.yml similarity index 98% rename from .github/workflows/renovate-config-validator.yaml rename to .github/workflows/renovate-config-validator.yml index ee419e2..9d1fac3 100644 --- a/.github/workflows/renovate-config-validator.yaml +++ b/.github/workflows/renovate-config-validator.yml @@ -1,7 +1,7 @@ name: "Validate Renovate Config" on: - push: + workflow_call: jobs: config: