Skip to content

Bump eslint-plugin-json from 4.0.0 to 4.0.1 (#192) #1310

Bump eslint-plugin-json from 4.0.0 to 4.0.1 (#192)

Bump eslint-plugin-json from 4.0.0 to 4.0.1 (#192) #1310

Workflow file for this run

name: Build Docs
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Dependencies
run: pnpm i --frozen-lockfile --ignore-scripts
- name: Test Docs
run: pnpm run test:docs