Skip to content

Commit

Permalink
add formatting check step
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Jan 4, 2025
1 parent 39e56fa commit 4857e75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage_lint_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:
- name: Lint with Ruff
uses: astral-sh/ruff-action@v3

- name: Check formatting with Ruff
run: |
format --check
upload_pypi:
if: github.event_name == 'push' && github.ref_type == 'tag'
name: Publish built wheels to Pypi
Expand Down

0 comments on commit 4857e75

Please sign in to comment.