Skip to content

Commit

Permalink
Add to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Apr 8, 2024
1 parent 7b60577 commit ee7a7d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
defaults:
run:
shell: bash
working-directory: ${{ env.working-directory }}

steps:
Expand All @@ -35,8 +36,10 @@ jobs:
- name: Install dependencies
run: poetry install --no-interaction

- name: Check Poetry config and lockfile
run: poetry run pre-commit run poetry-check --all-files

- name: Lint (ruff)
shell: bash
run: |
if [[ "$RUNNER_OS" == "Linux" && "${{ matrix.python-version }}" == "3.10" ]]
then
Expand Down

0 comments on commit ee7a7d4

Please sign in to comment.