website/.forgejo/workflows/demo.yaml
yourfriendoss 58094d2b00
Some checks failed
/ test (push) Failing after 5s
test 4
2024-04-26 21:14:59 +03:00

8 lines
164 B
YAML

on: [push]
jobs:
test:
runs-on: bun
steps:
- uses: http://github.com/actions/checkout@v4
- run: bun src/build.ts
- run: cat dist/dist.js