Skip to content

Commit

Permalink
Check for cycles on commit
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 8d4bd1868579b626595c0a1de038949f36febeac
  • Loading branch information
f authored and actions-user committed Oct 2, 2024
1 parent 28f6224 commit 83c4aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
"biome check --write --no-errors-on-unmatched"
],
"**/*.ts?(x)": ["bun --filter '*' check:types && :"]
"**/*.ts?(x)": ["bun --filter '*' check && :"]
}
}

0 comments on commit 83c4aa4

Please sign in to comment.