Skip to content

Commit

Permalink
Merge pull request #133 from qonto/ci-run-type-checking
Browse files Browse the repository at this point in the history
Add missing step to type checking job
  • Loading branch information
michelegera authored Nov 27, 2023
2 parents 2b2cc99 + 9f07e27 commit ceb299a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,5 @@ jobs:
- name: Update TS version
run: pnpm add -D ${{ matrix.typescript-scenario }}
working-directory: ember-prismic-dom
- name: Type checking
run: pnpm lint:types

0 comments on commit ceb299a

Please sign in to comment.