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 55b824f commit c209c64
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: $(echo "--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 $(echo '**') --ignore $(echo "!docs/**")
arguments: --ignore $(echo "**") --ignore $(echo "!docs/**")
debug: true

- name: Check Rule Examples
Expand Down

0 comments on commit c209c64

Please sign in to comment.