Skip to content

Bump eslint-plugin-jest from 28.9.0 to 28.10.0 #1636

Bump eslint-plugin-jest from 28.9.0 to 28.10.0

Bump eslint-plugin-jest from 28.9.0 to 28.10.0 #1636

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- "**"
env:
FORCE_COLOR: 2
NODE: 20
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "${{ env.NODE }}"
- name: Install npm dependencies
run: cd examples && yarn install && cd .. && yarn install
- name: Lint
run: yarn lint