Skip to content

Commit 5fd9d87

Browse files
authored
ci: create ci-bun.yml (#55)
1 parent 0961309 commit 5fd9d87

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci-bun.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: ci-bun
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
pull_request:
9+
branches:
10+
- main
11+
12+
jobs:
13+
ci-bun:
14+
uses: eslint/workflows/.github/workflows/ci-bun.yml@main

0 commit comments

Comments
 (0)