Skip to content

Commit 7be353e

Browse files
committed
Update workflows
1 parent 9f1331b commit 7be353e

File tree

4 files changed

+16
-68
lines changed

4 files changed

+16
-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

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

0 commit comments

Comments
 (0)