Adds typescript check to github actions
This commit is contained in:
@@ -19,8 +19,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
eslint: true
|
eslint: true
|
||||||
prettier: true
|
prettier: true
|
||||||
- name: Typescript & Lint check
|
- name: Lint check
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
|
- name: Typecheck
|
||||||
|
uses: andoshin11/typescript-error-reporter-action@v1.0.2
|
||||||
testing:
|
testing:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
+1
-1
@@ -100,6 +100,6 @@
|
|||||||
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules", "babel.config.js", "metro.config.js", "jest.config.js"
|
"node_modules", "babel.config.js", "metro.config.js", "jest.config.js", "__mocks__"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user