Skip to content

fix color styles

fix color styles #124

Workflow file for this run

name: javascript-lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '15'
- run: npm ci
- run: npm run lint