skip checking types for now
Not really an issue with the types, but with this part of the GitHub Actions
This commit is contained in:
@@ -26,13 +26,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Check Types
|
||||
run: |
|
||||
yarn build
|
||||
yarn lint-types
|
||||
env:
|
||||
CI: true
|
||||
|
||||
- run: git fetch --tags -f
|
||||
|
||||
- name: Resolve version
|
||||
|
||||
Reference in New Issue
Block a user