Skip to content

Commit

Permalink
Merge pull request #91 from fingerprintjs/ci/INTER-988-template-consi…
Browse files Browse the repository at this point in the history
…stency

ci: add action for checking templates consistency
  • Loading branch information
TheUnderScorer authored Dec 4, 2024
2 parents 9b3122e + 7d456b4 commit f6404a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-templates-consistency.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit f6404a7

Please sign in to comment.