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 68dff9f commit 0185466
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Pre-Commit

exclude: |
(?x)^(
*.test.tsx.snap
)$
on:
workflow_call:
inputs:
Expand All @@ -11,10 +16,6 @@ on:
jobs:
linter:
runs-on: ubuntu-latest
exclude: |
(?x)^(
*.test.tsx.snap
)$
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 0185466

Please sign in to comment.