Skip to content

Bump eslint-plugin-jest from 28.8.2 to 28.8.3 #331

Bump eslint-plugin-jest from 28.8.2 to 28.8.3

Bump eslint-plugin-jest from 28.8.2 to 28.8.3 #331

Workflow file for this run

name: Validate
on:
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- run: npm run lint
- run: npm run test