Skip to content

Commit

Permalink
ignore errors in header check workflow (#2189)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Robinson <[email protected]>

Signed-off-by: Michael Robinson <[email protected]>
Co-authored-by: Willy Lulciuc <[email protected]>
  • Loading branch information
merobi-hub and wslulciuc authored Oct 17, 2022
1 parent 876f963 commit cc71261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/headerchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
format: 'json'
token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

- name: Check for headers
run: |
Expand Down

0 comments on commit cc71261

Please sign in to comment.