Skip to content

Commit

Permalink
Add gh action to build and inpsect package
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra committed Jul 23, 2023
1 parent 7767098 commit 98ecc7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
check-package:
name: Build & Inspect Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hynek/build-and-inspect-python-package@v1

0 comments on commit 98ecc7c

Please sign in to comment.