generated from avior/template-web-astro
feat: add builder
This commit is contained in:
parent
ac0977b84b
commit
39fabdda81
28
.github/workflows/build.yml
vendored
Normal file
28
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
env:
|
||||
REPO_NAME: template-desktop
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Static code checks
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup BunJS
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
- name: Setup Rust
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
|
||||
- name: Install Bun dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Build project
|
||||
run: bun run build
|
Loading…
x
Reference in New Issue
Block a user