Skip to content

chore: bump eslint-plugin-jsdoc from 48.2.13 to 48.5.0 #2337

chore: bump eslint-plugin-jsdoc from 48.2.13 to 48.5.0

chore: bump eslint-plugin-jsdoc from 48.2.13 to 48.5.0 #2337

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '20'
cache: yarn
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Linting
run: yarn lint
- name: Testing
run: yarn test
- name: Build
run: yarn build