We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb03f56 + 31ef73f commit 970631aCopy full SHA for 970631a
.github/workflows/bun-ci.yml
@@ -4,9 +4,9 @@ name: Bun CI
4
5
on:
6
push:
7
- branches: [main]
+ branches: [master]
8
pull_request:
9
10
11
jobs:
12
test:
.husky/pre-commit
@@ -1,2 +1,4 @@
1
+#!/usr/bin/env sh
2
+
3
bun format
bun test
.husky/pre-push
@@ -0,0 +1,4 @@
+bun format
+bun test
0 commit comments