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 201cdac commit 7b138edCopy full SHA for 7b138ed
.github/workflows/pyproject-license-check.yml
@@ -0,0 +1,17 @@
1
+name: Python License Check
2
+
3
+on:
4
+ push:
5
6
+jobs:
7
+ license-check:
8
+ runs-on: ubuntu-24.04
9
10
+ steps:
11
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
12
13
+ - name: Check Python licenses
14
+ uses: CVector-Energy/pyproject-check-python@main
15
+ with:
16
+ app-id: ${{ vars.APP_ID }}
17
+ app-private-key: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments