Skip to content

Commit

Permalink
Add poetry check lint (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi authored Jan 19, 2025
1 parent 2649d0c commit cf5d670
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,17 @@ jobs:
steps:
- name: python-isort
uses: isort/[email protected]
poetry-check:
runs-on: ubuntu-latest
name: poetry check
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12.3"
- uses: abatilo/[email protected]
with:
poetry-version: "2.0.1"
- name: Poetry check
run: |
poetry check --strict

0 comments on commit cf5d670

Please sign in to comment.