Skip to content

Commit 846e30d

Browse files
committed
Update workflows
1 parent 9f1331b commit 846e30d

File tree

4 files changed

+15
-68
lines changed

4 files changed

+15
-68
lines changed

.github/workflows/bun.yml

-14
This file was deleted.

.github/workflows/deno.yml

-32
This file was deleted.

.github/workflows/node.yml

-22
This file was deleted.

.github/workflows/test.yml

+15
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/deno-ci.yml@main
12+
bun_ci:
13+
uses: cross-org/workflows/bun-ci.yml@main
14+
node_ci:
15+
uses: cross-org/workflows/node-ci.yml@main

0 commit comments

Comments
 (0)