Skip to content

sortLevel feature added into configState #376

sortLevel feature added into configState

sortLevel feature added into configState #376

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [main]
jobs:
validate:
name: Validate & Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
- run: yarn --immutable
- run: yarn validate:json
name: Validate Song Data
- run: yarn validate:ts
name: Validate Types
- run: yarn webpack
name: Build App