parent
7c11ba18fd
commit
79725079f7
@ -0,0 +1,17 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "2"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: latest
|
||||
- run: bun test
|
||||
- run: bun bin
|
@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
/autorestic
|
||||
test
|
||||
|
Loading…
Reference in new issue