Skip to content

Commit

Permalink
ci: add action for checking templates consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Dec 2, 2024
1 parent 35646b4 commit 80c5b42
Show file tree
Hide file tree
Showing 2 changed files with 14 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'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<p align="center">
<a href="https://fingerprint.com">
<picture>
Expand Down

0 comments on commit 80c5b42

Please sign in to comment.