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 da22aa2 commit fc4b6d7Copy full SHA for fc4b6d7
.github/workflows/check-licenses.yaml
@@ -16,6 +16,8 @@ jobs:
16
check-licenses:
17
runs-on: "ubuntu-latest"
18
steps:
19
+ - name: Checkout code
20
+ uses: actions/checkout@v4
21
- run: ls -lh
22
- run: pwd
23
- name: Check Python dependencies with liccheck
0 commit comments