Skip to content

Merge branch 'stats' of github.com:flamingchickens1540/inflatedchicke… #19

Merge branch 'stats' of github.com:flamingchickens1540/inflatedchicke…

Merge branch 'stats' of github.com:flamingchickens1540/inflatedchicke… #19

Workflow file for this run

name: Build
on:
pull_request:
jobs:
format:
runs-on: ubuntu-latest
name: Build Application
steps:
- name: Checkout
- uses: actions/checkout@v3
- name: Setup
- uses: oven-sh/setup-bun@v2
- name: Install
- run: bun install
- name: Build
- run: bun run build