Skip to content

Commit

Permalink
build: added ruff and black to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Dec 19, 2024
1 parent 8fb96bc commit 13f2ec4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test-publish-testPyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
python -m pip install --upgrade pip
python -m pip install setuptools
python -m pip install "tox<4" tox-gh-actions
python -m pip install black ruff
- name: Lint
run: ruff check ./pythermalcomfort ./tests
- name: Check formatting
run: black --check ./pythermalcomfort ./tests
- name: Run Tox
run: |
tox
Expand Down

0 comments on commit 13f2ec4

Please sign in to comment.