Skip to content

Fix issue #148: Improved by automatic switching between dark and ligh… #259

Fix issue #148: Improved by automatic switching between dark and ligh…

Fix issue #148: Improved by automatic switching between dark and ligh… #259

Workflow file for this run

name: CI
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Linter
run: |
npm ci
npm run lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Source Code
run: |
npm ci
npm run build