Skip to content

[v2.0] - UI Revamp and Soundcloud Support #55

[v2.0] - UI Revamp and Soundcloud Support

[v2.0] - UI Revamp and Soundcloud Support #55

Workflow file for this run

name: App Build
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install and Build
run: |
cd app
pnpm i
pnpm build
env:
CI: ""