Skip to content

Control panel: add base for custom time adjustment form #103

Control panel: add base for custom time adjustment form

Control panel: add base for custom time adjustment form #103

Workflow file for this run

name: Check
on:
push:
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run build
run: npm run build