Skip to content

Commit

Permalink
chore: Refactor CI workflow and add type checking step
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeraa committed Jul 14, 2024
1 parent cd7ba5c commit c5bf94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
test:
name: Install dependencies and build
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Lint
run: pnpm lint

- name: Lint
- name: Type Check
run: pnpm nuxt typecheck

- name: Build
Expand Down

0 comments on commit c5bf94a

Please sign in to comment.