diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3a89eadf..be932bde 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: