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