Skip to content

Commit

Permalink
initial commit ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
atybdot committed Oct 29, 2024
1 parent b21af9d commit 84f2c94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
version: "latest"
- name : fix styling
run : format:fix
run : biome format --write
- name: Run Biome
run: biome:ci
run: biome ci

publish:
needs: quality
Expand Down
3 changes: 2 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pnpm format:fix
pnpm lint
pnpm code-check
pnpm code-check
pnpm code-check:fix

0 comments on commit 84f2c94

Please sign in to comment.