Skip to content

Commit

Permalink
feat: add npx tsc to run checks (#903) (#3611)
Browse files Browse the repository at this point in the history
feat: add npx tsc to run checks
  • Loading branch information
NoopDog authored Aug 11, 2023
1 parent 187d1f2 commit 64d62cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Run checks
on: [pull_request]
on: [ pull_request ]

jobs:
build:
Expand All @@ -14,6 +14,7 @@ jobs:
npm ci
npm run check-format
npm run lint
npx tsc --noEmit
cd files
npm ci
npx tsc --noEmit

0 comments on commit 64d62cb

Please sign in to comment.