Skip to content

fix: format

fix: format #119

Workflow file for this run

name: ESLint JSON
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/install
- name: Run lint
uses: wearerequired/lint-action@v1
with:
eslint: true
eslint_extensions: json