mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 02:35:54 -07:00
Run tsc
This commit is contained in:
parent
a9837291c5
commit
46e645cfd7
1 changed files with 2 additions and 1 deletions
1
.github/workflows/lint_and_test.yml
vendored
1
.github/workflows/lint_and_test.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm i
|
- run: npm i
|
||||||
|
- run: npm i -g typescript && tsc
|
||||||
- run: npm run checkPlugins
|
- run: npm run checkPlugins
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
- run: npm run test
|
- run: npm run test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue