Skip to content

Commit 35b3c8c

Browse files
committed
chore: add husky pre-commit hook with biome linting
1 parent daa975a commit 35b3c8c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515

1616
- uses: ./.github/actions/setup
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"babel-plugin-react-compiler": "1.0.0",
3131
"husky": "^9.1.7",
3232
"jsdom": "^27.2.0",
33-
"lint-staged": "^15.2.11",
33+
"lint-staged": "^15.5.2",
3434
"tailwindcss": "^4",
3535
"typescript": "^5",
3636
"vite-tsconfig-paths": "^5.1.4",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)