lock test & pipeline

This commit is contained in:
2023-07-09 18:08:39 +02:00
parent 7c11ba18fd
commit 79725079f7
4 changed files with 57 additions and 8 deletions

17
.github/workflows/build.yaml vendored Normal file
View File

@@ -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