From 7d456b46af9354ea010c71d10f0e8b6b2f0c8999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Mon, 2 Dec 2024 11:40:46 +0100 Subject: [PATCH] ci: add action for checking templates consistency --- .github/workflows/check-templates-consistency.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/check-templates-consistency.yml diff --git a/.github/workflows/check-templates-consistency.yml b/.github/workflows/check-templates-consistency.yml new file mode 100644 index 0000000..d293383 --- /dev/null +++ b/.github/workflows/check-templates-consistency.yml @@ -0,0 +1,13 @@ +name: Check template consistency + +on: + pull_request: + +permissions: + pull-requests: write + +jobs: + check-template-consistency: + uses: fingerprintjs/dx-team-toolkit/.github/workflows/check-template-consistency.yml@v1 + with: + generate-command: 'bash ./scripts/generate.sh' \ No newline at end of file