Skip to content

Commit

Permalink
ci: exclude node_modules from unbeheader checking
Browse files Browse the repository at this point in the history
  • Loading branch information
olifre committed Oct 23, 2023
1 parent ccc3c84 commit e1a33ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
if: success() || failure()
run: |
pipx install unbeheader
touch node_modules/.no-header
echo '::add-matcher::.github/matchers/headers-problem-matcher.json'
unbehead --check
echo '::remove-matcher owner=headers::'
Expand Down

0 comments on commit e1a33ad

Please sign in to comment.