Skip to content

Commit

Permalink
Generate logic types before running ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Nov 15, 2023
1 parent 96b0a9f commit 857f657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
- name: Check formatting with prettier
run: pnpm prettier:check

- name: Lint with ESLint
run: pnpm lint:js

- name: Lint with Stylelint
run: pnpm lint:css

- name: Generate logic types and run typescript with strict
run: pnpm typegen:write && pnpm typescript:check

- name: Lint with ESLint
run: pnpm lint:js

- name: Check if "schema.json" is up to date
run: pnpm schema:build:json && git diff --exit-code

Expand Down

0 comments on commit 857f657

Please sign in to comment.