Skip to content

Bump ip from 2.0.0 to 2.0.1 #420

Bump ip from 2.0.0 to 2.0.1

Bump ip from 2.0.0 to 2.0.1 #420

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@v4
- uses: actions/setup-node@v4
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 validate:format
name: Validate Formatting
- run: yarn webpack
name: Build App