Skip to content

Commit 43303c3

Browse files
Remove redundant Poetry check command
Eliminates the duplicate 'poetry check' command, leaving only 'poetry check --lock' to validate the Poetry configuration and lock file.
1 parent 47d4a87 commit 43303c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/_lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- name: Check Poetry configuration
4646
working-directory: ${{ inputs.working-directory }}
4747
run: |
48-
poetry check
4948
poetry check --lock
5049
5150
- name: Install dependencies

0 commit comments

Comments
 (0)