Skip to content

build(deps-dev): bump eslint-plugin-jest from 28.9.0 to 28.10.0 #122

build(deps-dev): bump eslint-plugin-jest from 28.9.0 to 28.10.0

build(deps-dev): bump eslint-plugin-jest from 28.9.0 to 28.10.0 #122

Workflow file for this run

name: PR check
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/checkout@v4
- name: npm install
run: npm install
- name: run ESLint
run: npm run lint
- name: run tests
run: npm run test