Skip to content

typo fix

typo fix #50

Workflow file for this run

name: eslint-check
on:
push:
branches:
- "*"
pull_request:
branches:
- '*'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run eslint