Skip to content

Commit

Permalink
ci: add template consistency check action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Dec 2, 2024
1 parent 0b51f51 commit c2d975f
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 ./generate.sh'

0 comments on commit c2d975f

Please sign in to comment.