Skip to content

Commit

Permalink
Update the CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Mar 5, 2024
1 parent 64f04cd commit b71d905
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,10 @@ jobs:
STREAMLIT_VERSION: ${{ matrix.streamlit-version }}
- name: Install dependencies
run: poetry install
- name: Lint with black, isort, and flake8
- name: Run Ruff
run: |
poetry run black . --check
poetry run isort . --check --resolve-all-configs
poetry run flake8
poetry run ruff check --output-format=github .
poetry run ruff format . --check
- name: Type checking with mypy
run: |
poetry run mypy .
Expand Down

0 comments on commit b71d905

Please sign in to comment.