From c2d975f800e0a5a5b7e7a0dfdcfb050f49698dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Mon, 2 Dec 2024 11:37:27 +0100 Subject: [PATCH] ci: add template consistency check action --- .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 00000000..3c52d127 --- /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 ./generate.sh' \ No newline at end of file