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 diff --git a/README.md b/README.md index 3b42016..b50df65 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +