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