Skip to content

Bump json5 from 2.2.1 to 2.2.3 #14

Bump json5 from 2.2.1 to 2.2.3

Bump json5 from 2.2.1 to 2.2.3 #14

Workflow file for this run

name: lint text
on: [push, pull_request]
jobs:
build:
name: lint text
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- name: lint text
run: npm run lint