Run basic lint/style check during build action

This commit is contained in:
jonct 2024-07-14 23:44:54 -04:00
parent 18150bf9ae
commit c155404fed
No known key found for this signature in database
1 changed files with 5 additions and 2 deletions
.github/workflows

View File

@ -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