Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
det committed Mar 14, 2024
1 parent 846bde8 commit 511dd5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: trunk-io/trunk-action@v1
with:
# Run only on everything except the docs folder.
arguments: --ignore docs/\*\*
arguments: --ignore=docs/**
debug: true
continue-on-error: true

Expand All @@ -42,7 +42,7 @@ jobs:
uses: trunk-io/trunk-action@v1
with:
# Run only on the docs folder.
arguments: --ignore \\\\*\\\\* --ignore !docs/\*\*
arguments: --ignore=** --ignore=!docs/**
debug: true

- name: Check Rule Examples
Expand Down

0 comments on commit 511dd5a

Please sign in to comment.