Skip to content

Commit

Permalink
fix(ci): run block
Browse files Browse the repository at this point in the history
  • Loading branch information
arodindev committed Aug 4, 2024
1 parent a61479a commit 05bfa96
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install dev dependencies (lint)
run: poetry install -v --no-interaction --no-root --only dev
- name: Run linting
run: poetry run isort src \
poetry run ruff check src --fix \
poetry run ruff format src
run: |
poetry run isort src
poetry run ruff check src --fix
poetry run ruff format src

0 comments on commit 05bfa96

Please sign in to comment.