Skip to content

Commit

Permalink
Add attw check to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Jul 6, 2024
1 parent 33bcf4e commit e34a3f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
python-version: "3.12"
- uses: pre-commit/[email protected]

check-attw:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check package.json with Are The Types Wrong (attw)
uses: boyum/[email protected]

test-coverage:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e34a3f2

Please sign in to comment.