Skip to content

Commit

Permalink
Atualizando gi
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Jan 12, 2025
1 parent b1b7f8a commit e9160bb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ jobs:
run: poetry install

- name: Check ruff
run: poetry run ruff .
run: poetry run task lint

- name: Mypy check
run: poetry run mypy .
run: poetry run task types

- name: Typos check
run: poetry run task typos

- name: Pytest
run: poetry run pytest
run: poetry run task test

0 comments on commit e9160bb

Please sign in to comment.