We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 085e856 + 6e55a28 commit 21661c9Copy full SHA for 21661c9
.github/workflows/policy-scan.yml
@@ -24,4 +24,4 @@ jobs:
24
- uses: actions/checkout@master
25
- name: Checks for License file
26
run: |
27
- if ! [[ -f "LICENSE" || -f "License.txt" || -f "LICENSE.md" ]]; then exit 1; fi
+ if ! [[ -f "LICENSE" || -f "License.txt" || -f "LICENSE.md" || -f "LICENSE.txt" ]]; then exit 1; fi
0 commit comments