Skip to content

Commit

Permalink
chore: ci type-check (#24497)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Sep 18, 2023
1 parent 1aabe51 commit 41802f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ jobs:
- name: Lint documentation
run: pnpm lint-documentation

- name: Markdown lint
run: pnpm markdown-lint

lint-other:
needs: [setup]
runs-on: ubuntu-latest
Expand All @@ -287,6 +290,9 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
os: ${{ runner.os }}

- name: Type check
run: pnpm type-check

- name: Lint project file structure
run: pnpm ls-lint

Expand Down

0 comments on commit 41802f9

Please sign in to comment.