added yarn tsc to typescript check

This commit is contained in:
farbanas
2023-01-23 15:43:49 +01:00
parent a0ed1c8edd
commit b75199e4dc
+2 -1
View File
@@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install rsync
run: sudo apt-get install rsync
continue-on-error: true
- uses: rlespinasse/github-slug-action@v3.x
- uses: actions/setup-node@v3
with:
@@ -22,7 +23,7 @@ jobs:
- name: Setup yarn
run: npm install -g yarn
- name: Lint
run: yarn && yarn lint
run: yarn && yarn lint && yarn tsc
- name: Keybase - Node Install
run: npm install
working-directory: .github/workflows/support-files