Skip to content

Commit

Permalink
ci: inline arethetypeswrong so they have enough context
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed May 21, 2024
1 parent 4d7aaa1 commit 329c583
Show file tree
Hide file tree
Showing 4 changed files with 523 additions and 21 deletions.
17 changes: 0 additions & 17 deletions .github/actions/arethetypeswrong/action.yml

This file was deleted.

10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ jobs:
run: npm ci
- name: Build project
run: npm run build
- name: Check published types
uses: './.github/actions/arethetypeswrong'
with:
workspace: ${{ matrix.workspace }}
- name: Run arethetypeswrong
working-directory: ${{ matrix.workspace }}
run: npx @arethetypeswrong/cli --pack .
- name: Run publint
working-directory: ${{ matrix.workspace }}
run: npx publint . --strict

type-check:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 329c583

Please sign in to comment.