Skip to content

Commit

Permalink
exclude snapshots from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
karolina-siemieniuk-morawska committed Dec 5, 2023
1 parent 0185466 commit 0abe688
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Pre-Commit

exclude: |
(?x)^(
*.test.tsx.snap
)$
exclude: "^\
(*.test.tsx.snap)\
"

on:
workflow_call:
Expand Down

0 comments on commit 0abe688

Please sign in to comment.