Skip to content

The quality of the images has been increased (#4) #33

The quality of the images has been increased (#4)

The quality of the images has been increased (#4) #33

Workflow file for this run

name: Build + Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Platform πŸ› 
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.17
- name: Install dependencies πŸ“¦
run: |
bun install --frozen-lockfile
- name: Lint and Build βš’οΈ
run: |
bun run lint
bun run build