Skip to content

change the score function to prevent drag (#325) #370

change the score function to prevent drag (#325)

change the score function to prevent drag (#325) #370

Workflow file for this run

name: ci
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: npm install
run: npx npm@7 install
- name: test
run: npm run test
- name: eslint
run: npm run lint
- name: tsc
run: npm run typecheck