Skip to content

Commit ccbc613

Browse files
committed
ci: update CI workflow to use reusable workflow
1 parent 59c5209 commit ccbc613

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
name: CI
2-
32
on:
43
push:
54
branches: [main]
65
pull_request:
76
branches: [main]
8-
7+
permissions:
8+
contents: read
99
jobs:
10-
test:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v4
14-
- uses: oven-sh/setup-bun@v2
15-
with:
16-
bun-version: latest
17-
- run: bun install
18-
- run: bun test
19-
- run: bun run build
10+
ci:
11+
uses: alexandre-mrt/.github/.github/workflows/ts-bun-ci.yml@main
12+
with:
13+
has-tests: false

0 commit comments

Comments
 (0)