Skip to content

Commit c74e923

Browse files
committed
fix
1 parent 3e83688 commit c74e923

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/pull_request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
persist-credentials: false
3535
- name: Mark the workspace as safe
3636
# https://github.com/actions/checkout/issues/766
37-
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
37+
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
3838
- name: License headers check
3939
run: |
40-
./scripts/check_license_headers.sh
40+
./scripts/check-license-headers.sh
4141
4242
unit-tests:
4343
name: Unit tests

.licenseignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ Package.resolved
3232
.swiftformat
3333
*.yaml
3434
*.yml
35+
*.json
36+
*.gif
File renamed without changes.

0 commit comments

Comments
 (0)