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 d577693 commit 9b23df5Copy full SHA for 9b23df5
.github/workflows/reusable_checks.yml
@@ -53,11 +53,11 @@ jobs:
53
54
- name: Run check-license
55
run: |
56
- 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
57
58
- name: Run copyright-format
59
60
- bash ./check_license/check-headers.sh ./ "Apache-2.0 WITH LLVM-exception" -d
+ bash ./check_license/check-headers.sh . "Apache-2.0 WITH LLVM-exception" -d
61
62
- name: Run a spell check
63
uses: crate-ci/typos@b63f421581dce830bda2f597a678cb7776b41877 # v1.18.2
0 commit comments