Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 19, 2023
1 parent 0f0ebe5 commit 1766078
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
run: yarn
- name: pre fomantic install & gulp build
run: yarn gulp install
- name: Install dependencies for TS
run: yarn add -D typescript @types/jquery dtslint
- name: Run TS compile
run: tsc --project types/tsconfig.json
- name: Run dtslint
run: cd types && dtslint types
codeql:
name: CodeQL
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1766078

Please sign in to comment.