Skip to content

Chore(deps-dev): Bump eslint-plugin-jsdoc from 50.2.3 to 50.2.4 #643

Chore(deps-dev): Bump eslint-plugin-jsdoc from 50.2.3 to 50.2.4

Chore(deps-dev): Bump eslint-plugin-jsdoc from 50.2.3 to 50.2.4 #643

Workflow file for this run

name: CI
on: pull_request
jobs:
check:
name: Automated checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup environment
uses: actions/[email protected]
with:
node-version: '18'
- name: Install dependencies
run: yarn install --immutable
- name: Lint files
run: yarn lint
- name: Run tests
run: yarn test:ci
- name: Run build
run: yarn build