Skip to content

Commit da22aa2

Browse files
checks
1 parent 870edd5 commit da22aa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-licenses.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
check-licenses:
1717
runs-on: "ubuntu-latest"
1818
steps:
19-
- uses: actions/checkout@v4
19+
- run: ls -lh
20+
- run: pwd
2021
- name: Check Python dependencies with liccheck
2122
uses: andersy005/gh-action-py-liccheck@main
2223
with:

0 commit comments

Comments
 (0)