From 3652c32bfd9d345a2c7aed678d634345badcaccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolands=20Us=C4=81ns?= Date: Wed, 26 Aug 2026 11:15:02 +0300 Subject: [PATCH 1/2] chore: add .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..850e699 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +# Intentionally empty. Required by the compliance-check CI validator. From b29c6b36e4e139394369db5fed2a4feb01ffae0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolands=20Us=C4=81ns?= Date: Wed, 26 Aug 2026 11:15:03 +0300 Subject: [PATCH 2/2] chore: add compliance-check CI --- .github/workflows/compliance-check.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/compliance-check.yml diff --git a/.github/workflows/compliance-check.yml b/.github/workflows/compliance-check.yml new file mode 100644 index 0000000..b40ab92 --- /dev/null +++ b/.github/workflows/compliance-check.yml @@ -0,0 +1,20 @@ +name: Compliance Check + +on: + pull_request: + +jobs: + compliance-check: + name: Compliance Check + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + steps: + - name: Checkout + uses: actions/checkout@v7.0.1 + + - name: Check compliance + uses: printify/gha-shared-actions/compliance-check@v1.0.0 + with: + validators: codeowners