Skip to content

fix: Linting for player #220

fix: Linting for player

fix: Linting for player #220

Workflow file for this run

name: Build
on:
push:
branches: [main]
tags: ["v*"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: pnpm install
- name: Build
env:
PUBLIC_API_ENDPOINT: http://api
PUBLIC_STITCHER_ENDPOINT: http://stitcher
run: pnpm build