Skip to content

Commit

Permalink
Add job to lint Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Mar 21, 2024
1 parent 56c7893 commit d9db027
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,10 @@ jobs:
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

package:
name: Build & verify package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hynek/build-and-inspect-python-package@v2

0 comments on commit d9db027

Please sign in to comment.