trillium/.forgejo/workflows/test.yaml
Soph :3 9aeef0116d
Some checks failed
/ build (push) Failing after 32s
crazy movie
2024-05-22 14:11:55 +03:00

13 lines
338 B
YAML

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