Skip to content

Commit adddcc7

Browse files
committed
Update workflows
1 parent 9f1331b commit adddcc7

File tree

4 files changed

+15
-68
lines changed

4 files changed

+15
-68
lines changed

.github/workflows/bun.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/deno.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/node.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Tests
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
jobs:
10+
deno_ci:
11+
uses: cross-org/workflows/.github/workflows/deno-ci.yml@main
12+
bun_ci:
13+
uses: cross-org/workflows/.github/workflows/bun-ci.yml@main
14+
node_ci:
15+
uses: cross-org/workflows/.github/workflows/node-ci.yml@main

0 commit comments

Comments
 (0)