mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 23:27:56 -05:00
Adds missing check for typescript types to app ci (#1198)
* fix app types and add a ci check * fix lint check.
This commit is contained in:
3
.github/workflows/mobile-ci.yml
vendored
3
.github/workflows/mobile-ci.yml
vendored
@@ -86,6 +86,9 @@ jobs:
|
||||
- name: Run prettier
|
||||
run: yarn fmt
|
||||
working-directory: ./app
|
||||
- name: Check App Types
|
||||
run: yarn types
|
||||
working-directory: ./app
|
||||
- name: Check license headers
|
||||
run: node scripts/check-license-headers.mjs --check
|
||||
working-directory: ./
|
||||
|
||||
Reference in New Issue
Block a user