From 70f59cde4949a725171f95850d81833ad4fe08ef 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 +++++++++++++ README.md | 1 + 2 files changed, 14 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 diff --git a/README.md b/README.md index 448a5487..2cce5597 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +