From d0c4a5096602e628a8e685ec7a883cdd294cd5fe Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Mon, 14 Apr 2025 22:17:30 +0200 Subject: [PATCH] add GitHub action run checks --- .github/workflows/run-checks.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/run-checks.yml diff --git a/.github/workflows/run-checks.yml b/.github/workflows/run-checks.yml new file mode 100644 index 0000000..291340e --- /dev/null +++ b/.github/workflows/run-checks.yml @@ -0,0 +1,12 @@ +name: Pull request validation + +on: + pull_request: + paths-ignore: + - '.github/**' + +jobs: + validate: + uses: swordsteel/hlaeja-common-workflows/.github/workflows/run-checks.yml@master + secrets: + CI_BOT_PAT: ${{ secrets.CI_BOT_PAT }}