Skip to content

NPM: Bump eslint-plugin-jsdoc from 39.9.1 to 48.2.2 #237

NPM: Bump eslint-plugin-jsdoc from 39.9.1 to 48.2.2

NPM: Bump eslint-plugin-jsdoc from 39.9.1 to 48.2.2 #237

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12, 14]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint --if-present