Skip to content

Allow for whitespace around the comma in location #101

Allow for whitespace around the comma in location

Allow for whitespace around the comma in location #101

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