Skip to content

Control Page - No Services #220

Control Page - No Services

Control Page - No Services #220

Workflow file for this run

name: ESLint
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
ESLint-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "19"
- run: npm install
working-directory: ./launcher
- run: npm run lint:fix
working-directory: ./launcher