Skip to content

Disable upload button song and playlist if required fields not filled. #438

Disable upload button song and playlist if required fields not filled.

Disable upload button song and playlist if required fields not filled. #438

Workflow file for this run

name: Eslintrc Check
on:
pull_request:
branches:
- "master"
- "master-*"
jobs:
run-frontend-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Change directory and run commands
working-directory: Electron
run: |
npm install
npm run lint