refactor: remove husky

This commit is contained in:
Mauricio Siu
2024-11-28 22:14:01 -06:00
parent e194f3c454
commit 00883dde11
7 changed files with 2 additions and 25 deletions

View File

@@ -4,9 +4,6 @@ on:
pull_request:
branches: [main, canary]
env:
HUSKY: 0
jobs:
lint-and-typecheck:
runs-on: ubuntu-latest
@@ -18,7 +15,7 @@ jobs:
node-version: 18.18.0
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run server:build
- run: pnpm run server:build
- run: pnpm biome ci
- run: pnpm typecheck
@@ -46,5 +43,5 @@ jobs:
node-version: 18.18.0
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run server:build
- run: pnpm run server:build
- run: pnpm test