Skip to content

chore(deps-dev): bump eslint-plugin-jest from 27.4.3 to 28.8.0 #1524

chore(deps-dev): bump eslint-plugin-jest from 27.4.3 to 28.8.0

chore(deps-dev): bump eslint-plugin-jest from 27.4.3 to 28.8.0 #1524

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint