Skip to content

Commit

Permalink
Run basic lint/style check during build action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonct committed Jul 15, 2024
1 parent 18150bf commit c155404
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ jobs:

- name: Install Hatch
uses: pypa/hatch@install

- name: Run style check
run: hatch fmt --check

- name: Run unit tests
run: hatch run +py=${{ matrix.python-version }} test:test
# - name: Run unit tests
# run: hatch run +py=${{ matrix.python-version }} test:test

- name: Build distribution
run: hatch build -t zipapp -t appzip
Expand Down

0 comments on commit c155404

Please sign in to comment.