Skip to content

Commit

Permalink
run formatting and unit test steps instead of types
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Apr 22, 2024
1 parent 8a01fec commit cfe14be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
run: npm run build:translations
- name: Build Intl polyfills
run: npm run build:intl-polyfills
- name: Check types
run: npm run lint:types
- name: Check formatting
run: npm run lint:prettier
- name: Run unit tests
run: npm test

0 comments on commit cfe14be

Please sign in to comment.