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 8ad97bd commit fb766d3Copy full SHA for fb766d3
.github/workflows/reusable_checks.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Run check-license
56
run: |
57
- bash ./check_license/check-headers.sh ./ Apache-2.0 WITH LLVM-exception -v
+ bash ./check_license/check-headers.sh ./ "Apache-2.0 WITH LLVM-exception" -v
58
59
- name: Run a spell check
60
uses: crate-ci/typos@b63f421581dce830bda2f597a678cb7776b41877 # v1.18.2
0 commit comments