Skip to content

Bump eslint-plugin-jsdoc from 48.0.4 to 50.3.2 #1724

Bump eslint-plugin-jsdoc from 48.0.4 to 50.3.2

Bump eslint-plugin-jsdoc from 48.0.4 to 50.3.2 #1724

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Lint
run: |
yarn lint
yarn format