We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32da3a commit fe3d009Copy full SHA for fe3d009
.github/workflows/go-licenses.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Check invalid licenses
38
run: |
39
- if cat licenses/devspace.mdx | grep '^ - ' | grep -Evi "apache|bsd|mit|isc|python|postgre|x11|zlib"; then
+ if cat docs/pages/licenses/devspace.mdx | grep '^ - ' | grep -Evi "apache|bsd|mit|isc|python|postgre|x11|zlib"; then
40
echo "ERR: Found invalid licenses!"
41
exit 1
42
fi
0 commit comments