Skip to content

Bump npm-package-json-lint from 7.0.0 to 7.1.0 #1200

Bump npm-package-json-lint from 7.0.0 to 7.1.0

Bump npm-package-json-lint from 7.0.0 to 7.1.0 #1200

Workflow file for this run

name: "ci"
on:
pull_request:
push:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint
- run: npm run test:ci