Skip to content

Commit

Permalink
Correct lockfile name in Poetry configuration file sync check
Browse files Browse the repository at this point in the history
A copy/paste error caused the command to check for an out of sync condition on the npm lockfile instead of the Poetry
lockfile.
  • Loading branch information
per1234 committed Oct 17, 2023
1 parent 3b5ed08 commit 00a54f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-poetry-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ jobs:
diff \
--color \
--exit-code \
package-lock.json
poetry.lock

0 comments on commit 00a54f6

Please sign in to comment.