crazy movie
Some checks failed
/ build (push) Failing after 32s

This commit is contained in:
Soph :3 2024-05-22 14:11:55 +03:00
parent 6f5a39c212
commit 9aeef0116d
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
3 changed files with 19 additions and 2 deletions

View 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