Skip to content

removing the options for 6-10 on the scale #749

removing the options for 6-10 on the scale

removing the options for 6-10 on the scale #749

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install deps
run: |
npm install
- name: Lint
run: |
npm run lint