disable lint on CI temporarily
This commit is contained in:
parent
ec948ef1c2
commit
34f4faaff1
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
||||
run: yarn
|
||||
- name: Run checks
|
||||
run: |
|
||||
yarn lint
|
||||
# yarn lint
|
||||
yarn tsc -p . --noEmit
|
||||
yarn tsc -p ./resources/assets/tests --noEmit
|
||||
jest:
|
||||
|
Loading…
Reference in New Issue
Block a user