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 c74e923 commit e860df9Copy full SHA for e860df9
.github/workflows/pull_request.yaml
@@ -36,6 +36,8 @@ jobs:
36
# https://github.com/actions/checkout/issues/766
37
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
38
- name: License headers check
39
+ env:
40
+ PROJECT_NAME: "Swift OpenAPI Lambda"
41
run: |
42
./scripts/check-license-headers.sh
43
0 commit comments