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 3e83688 commit c74e923Copy full SHA for c74e923
.github/workflows/pull_request.yaml
@@ -34,10 +34,10 @@ jobs:
34
persist-credentials: false
35
- name: Mark the workspace as safe
36
# https://github.com/actions/checkout/issues/766
37
- run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
+ run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
38
- name: License headers check
39
run: |
40
- ./scripts/check_license_headers.sh
+ ./scripts/check-license-headers.sh
41
42
unit-tests:
43
name: Unit tests
.licenseignore
@@ -32,3 +32,5 @@ Package.resolved
32
.swiftformat
33
*.yaml
*.yml
+*.json
+*.gif
scripts/check-license-header.sh renamed to scripts/check-license-headers.sh
0 commit comments