Skip to content

Commit 365ab8c

Browse files
authored
feat: run poetry lock --check during the build (#175)
* feat: run poetry lock --check during the build * chore: add .gitignore
1 parent e00aba2 commit 365ab8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ jobs:
525525
then
526526
echo " poetry.lock found "
527527
sudo pip3 install poetry==1.2.2 poetry-plugin-export==1.2.0
528+
poetry lock --check
528529
poetry export --without-hashes -o requirements.txt
529530
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
530531
then

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
actionlint

0 commit comments

Comments
 (0)