Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
ci(yttrex): test check-ts-references
Browse files Browse the repository at this point in the history
  • Loading branch information
ascariandrea committed Feb 1, 2022
1 parent 708154d commit c2f9903
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install node_modules
run: yarn

- name: Check TS references
run: yarn check-ts-references --check

- name: Lint code
run: yarn backend lint

Expand Down

0 comments on commit c2f9903

Please sign in to comment.