Skip to content

Commit ebab937

Browse files
authored
Merge pull request #95 from fingerprintjs/ci/INTER-988-template-consistency
ci: add template consistency check action
2 parents 0b51f51 + c2d975f commit ebab937

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Check template consistency
2+
3+
on:
4+
pull_request:
5+
6+
permissions:
7+
pull-requests: write
8+
9+
jobs:
10+
check-template-consistency:
11+
uses: fingerprintjs/dx-team-toolkit/.github/workflows/check-template-consistency.yml@v1
12+
with:
13+
generate-command: 'bash ./generate.sh'

0 commit comments

Comments
 (0)