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 e00aba2 commit 365ab8cCopy full SHA for 365ab8c
.github/workflows/reusable-build-test-release.yml
@@ -525,6 +525,7 @@ jobs:
525
then
526
echo " poetry.lock found "
527
sudo pip3 install poetry==1.2.2 poetry-plugin-export==1.2.0
528
+ poetry lock --check
529
poetry export --without-hashes -o requirements.txt
530
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
531
.gitignore
@@ -0,0 +1 @@
1
+actionlint
0 commit comments