Skip to content

Add statistics page #486

Add statistics page

Add statistics page #486

Workflow file for this run

name: eslint
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: npm install
run: npm i
- name: npm run lint
run: npm run lint