Skip to content

Commit

Permalink
package updates & minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
onderonur committed Dec 13, 2024
1 parent ffe1540 commit ef78af1
Show file tree
Hide file tree
Showing 6 changed files with 811 additions and 515 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install
uses: ./.github/composite-actions/install
- name: Run format check
run: npm run format:check
run: npm run format

lint:
name: Lint
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install
uses: ./.github/composite-actions/install
- name: Run lint check
run: npm run lint:check
run: npm run lint

typecheck:
name: Typecheck
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Install
uses: ./.github/composite-actions/install
- name: Run type check
run: npm run types:check
run: npm run types

test:
name: Test
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Install
uses: ./.github/composite-actions/install
- name: Run tests
run: npm run test:check
run: npm run test

build:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npx lint-staged
npm run test:check
npm test
Loading

0 comments on commit ef78af1

Please sign in to comment.