Skip to content

Commit 9159326

Browse files
committed
skip checking types for now
Not really an issue with the types, but with this part of the GitHub Actions
1 parent e662f12 commit 9159326

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/prepare-release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v3
2828

29-
- name: Check Types
30-
run: |
31-
yarn build
32-
yarn lint-types
33-
env:
34-
CI: true
35-
3629
- run: git fetch --tags -f
3730

3831
- name: Resolve version

0 commit comments

Comments
 (0)