Skip to content

Bump eslint-plugin-jsdoc from 41.1.1 to 46.4.4 #323

Bump eslint-plugin-jsdoc from 41.1.1 to 46.4.4

Bump eslint-plugin-jsdoc from 41.1.1 to 46.4.4 #323

Workflow file for this run

name: Production CI
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
jobs:
production:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn ci
- run: yarn lint
- run: yarn test
- name: Codecov
uses: codecov/codecov-action@v3