We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15be3e4 commit be57c3aCopy full SHA for be57c3a
.github/workflows/license_headers_check.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install addlicense
16
run: |
17
wget https://github.com/google/addlicense/releases/download/v1.1.1/addlicense_1.1.1_Linux_x86_64.tar.gz
18
- tar -xzf addlicense_1.1.1_Linux_x86_64.tar.gz
+ tar -xzf addlicense_1.1.1_Linux_x86_64.tar.gz
19
sudo mv addlicense /usr/local/bin
20
- name: Check license headers
21
run: >
@@ -26,4 +26,5 @@ jobs:
26
-s=only \
27
-ignore '.github/workflows/*.yml' \
28
-ignore '.github/workflows/*.yaml' \
29
+ -ignore '.github/dependabot.yml' \
30
.
0 commit comments