Skip to content

Commit ca238e8

Browse files
committed
chore: use bunx ultracite directly and clean up gitignore
1 parent 2b1a85c commit ca238e8

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
bun-version: latest
3838

3939
- name: Run Ultracite
40-
run: bun run check
40+
run: bunx ultracite check

.gitignore

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Thumbs.db
2727
# =====================
2828
# IDEs and Editors
2929
# =====================
30-
.vscode/
30+
.vscode/*
3131
!.vscode/settings.json
3232
!.vscode/tasks.json
3333
!.vscode/launch.json
@@ -62,22 +62,4 @@ coverage
6262
*.tgz
6363
.cache
6464
tmp
65-
temp
66-
67-
# =====================
68-
# Documentation
69-
# =====================
70-
docs/.next/
71-
docs/.source/
72-
docs/out/
73-
docs/node_modules/
74-
docs/bun.lock
75-
docs/next-env.d.ts
76-
77-
# =====================
78-
# Ruler Generated Files
79-
# =====================
80-
# START Ruler Generated Files
81-
/CLAUDE.md
82-
/CLAUDE.md.bak
83-
# END Ruler Generated Files
65+
temp

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"lint-staged": {
5858
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
59-
"bun run fix"
59+
"bunx ultracite fix"
6060
]
6161
},
6262
"repository": {

0 commit comments

Comments
 (0)