mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -04:00
Fixed type checking test.
This commit is contained in:
parent
dfef1e7784
commit
04b88cf2bb
1 changed files with 4 additions and 3 deletions
7
.github/workflows/perform-type-check.yml
vendored
7
.github/workflows/perform-type-check.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: "Perform type cehcks"
|
||||
name: "Perform type checks"
|
||||
|
||||
# any branch is useful for testing before a PR is submitted
|
||||
on: [push, pull_request]
|
||||
|
@ -26,7 +26,8 @@ jobs:
|
|||
src/bin/doc/package-lock.json
|
||||
-
|
||||
name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: src/bin/installDeps.sh
|
||||
run: ./bin/installDeps.sh
|
||||
working-directory: ./src
|
||||
- name: Perform type check
|
||||
working-directory: ./src
|
||||
run: npx tsc --noEmit
|
||||
run: npm run ts-check
|
Loading…
Add table
Add a link
Reference in a new issue