diff --git a/.github/workflows/ts.yaml b/.github/workflows/ts.yaml index 9b4bc8b..7dd34d6 100644 --- a/.github/workflows/ts.yaml +++ b/.github/workflows/ts.yaml @@ -59,4 +59,5 @@ jobs: - run: pnpm i - run: pnpm lint --fix + - run: pnpm tsc --noEmit - uses: int128/update-generated-files-action@6ac8557861efc7d8c34f4e3f182f9c39b26e6e76 # v2.53.0 diff --git a/action.yaml b/action.yaml index c9d19b6..fc5f55c 100644 --- a/action.yaml +++ b/action.yaml @@ -31,10 +31,6 @@ runs: with: node-version: 20 - - shell: sh - run: | - npm --prefix ${{ github.action_path }} ci - - uses: changesets/action@3de3850952bec538fde60aac71731376e57b9b57 # v1.4.8 with: publish: node ${{ github.action_path }}/index.js