trillium/.forgejo/workflows/test.yaml
Soph :3 86cf57a103
All checks were successful
/ build (push) Successful in 13s
this has to be here too
2024-05-22 14:21:27 +03:00

17 lines
492 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\
- run: apt-get -y update
- run: apt-get -y install dos2unix
- name: Fix fta-cli
run: dos2unix ./node_modules/fta-cli/index.js
- name: Run CI script
run: bun run ci