Skip to content

Commit 3288f1d

Browse files
committed
fix:
1 parent 1e87bc3 commit 3288f1d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:
1212

13-
1413
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1514
jobs:
1615
test:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"pre-commit": "npx nano-staged"
3535
},
3636
"nano-staged": {
37+
"*.{yaml,yml,json,md,json5}": ["npm rum format"],
3738
"*.{js,jsx,ts,tsx,mjs,cjs}": [
3839
"npm run format",
3940
"biome lint --write --no-errors-on-unmatched"

0 commit comments

Comments
 (0)