Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 19, 2023
1 parent 1766078 commit b1defd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name: Install dependencies for TS
run: yarn add -D typescript @types/jquery dtslint
- name: Run TS compile
run: tsc --project types/tsconfig.json
run: npx tsc --project types/tsconfig.json
- name: Run dtslint
run: cd types && dtslint types
run: npx dtslint types
codeql:
name: CodeQL
runs-on: ubuntu-latest
Expand Down

0 comments on commit b1defd3

Please sign in to comment.