Skip to content

update all workflows and new docs #27

update all workflows and new docs

update all workflows and new docs #27

Workflow file for this run

name: Dev Workflow
on:
push:
branches:
- dev*
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out
uses: actions/checkout@v3
with:
ref: dev
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Installing dependencies
run: bun install
- name: Build for production
run: bun run build