diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3bae3ac..5b83107 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,10 +14,8 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile - - name: Lint & Type check - run: | - bun run lint - bun run typecheck + - name: Lint + run: bun run lint - name: Build run: bun run build