Skip to content

Commit

Permalink
👷 CI: add build check
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Nov 28, 2024
1 parent 797080b commit 924a46e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build
on:
push:
branches:
- next
workflow_dispatch:
jobs:
build_and_deploy:
runs-on: ubuntu-latest
container: oven/bun:1
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build
run: bun install --frozen-lockfile --production && bun --bun run build

0 comments on commit 924a46e

Please sign in to comment.