parent
6f5a39c212
commit
9aeef0116d
3 changed files with 19 additions and 2 deletions
13
.forgejo/workflows/test.yaml
Normal file
13
.forgejo/workflows/test.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: node-16
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- uses: https://github.com/oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: latest
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
- name: Run CI script
|
||||
run: bun run ci
|
||||
Loading…
Add table
Add a link
Reference in a new issue