Skip to content

Readme fix

Readme fix #99

Workflow file for this run

name: Stylecheck
on:
push:
branches: [master, main]
pull_request:
jobs:
stylecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm install
- run: |
npm run stylecheck