Skip to content

Commit

Permalink
build: adding dependabot to ignore list for license header
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Cole <[email protected]>
  • Loading branch information
ColePBryan committed Oct 12, 2023
1 parent 092969a commit 9935c31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/license_headers_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install addlicense
run: |
wget https://github.com/google/addlicense/releases/download/v1.1.1/addlicense_1.1.1_Linux_x86_64.tar.gz
tar -xzf addlicense_1.1.1_Linux_x86_64.tar.gz
tar -xzf addlicense_1.1.1_Linux_x86_64.tar.gz
sudo mv addlicense /usr/local/bin
- name: Check license headers
run: >
Expand All @@ -26,4 +26,5 @@ jobs:
-s=only \
-ignore '.github/workflows/*.yml' \
-ignore '.github/workflows/*.yaml' \
-ignore 'dependabot.yml' \
.

0 comments on commit 9935c31

Please sign in to comment.