Skip to content

Commit

Permalink
ci: also ignore headers in ci utils
Browse files Browse the repository at this point in the history
These are copied from upstream, so no need to modify license header.
  • Loading branch information
olifre committed Apr 26, 2024
1 parent 792c870 commit 8886752
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 @@ -138,6 +138,7 @@ jobs:
- name: Check headers
if: success() || failure()
run: |
touch .github/utils/.no-header
touch node_modules/.no-header
echo '::add-matcher::.github/matchers/headers-problem-matcher.json'
unbehead --check
Expand Down

0 comments on commit 8886752

Please sign in to comment.