Skip to content

Commit fe3d009

Browse files
committedJul 31, 2024
chore: update check licenses path
Signed-off-by: Russell Centanni <[email protected]>
1 parent e32da3a commit fe3d009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/go-licenses.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Check invalid licenses
3838
run: |
39-
if cat licenses/devspace.mdx | grep '^ - ' | grep -Evi "apache|bsd|mit|isc|python|postgre|x11|zlib"; then
39+
if cat docs/pages/licenses/devspace.mdx | grep '^ - ' | grep -Evi "apache|bsd|mit|isc|python|postgre|x11|zlib"; then
4040
echo "ERR: Found invalid licenses!"
4141
exit 1
4242
fi

0 commit comments

Comments
 (0)