Skip to content

Commit

Permalink
check poetry lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Apr 2, 2024
1 parent 073ecb2 commit cbae19e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Install poetry
uses: snok/install-poetry@v1

- name: poetry check
run: poetry check --lock

- name: Install project
run: poetry install --extras azure

Expand Down

0 comments on commit cbae19e

Please sign in to comment.