Skip to content

Configure Monaco editor to format JSON with 2-space indentation (#192) #14

Configure Monaco editor to format JSON with 2-space indentation (#192)

Configure Monaco editor to format JSON with 2-space indentation (#192) #14

Workflow file for this run

name: lint
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "20"
- run: yarn install
- run: yarn lint