Skip to content

Commit

Permalink
feat: update husky deps (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
imevanc authored Dec 30, 2024
1 parent 09f6c75 commit 784441d
Show file tree
Hide file tree
Showing 4 changed files with 2,466 additions and 2,266 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [main]

jobs:
test_lint:
name: Test Lint
test_prettier:
name: Test Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -16,8 +16,8 @@ jobs:
node-version: "20"
- name: Install Dependencies
run: npm install
- name: Run the lint tests
run: npm run lint:fix
- name: Run the prettier tests
run: npm run prettier:fix
test_types:
name: Test Types
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ fi

npm run test:type
npm run test:unit
npm run lint:fix
npm run prettier:check
Loading

0 comments on commit 784441d

Please sign in to comment.