Skip to content

chore(deps-dev): bump eslint-plugin-jest from 27.4.2 to 27.4.3 #383

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

chore(deps-dev): bump eslint-plugin-jest from 27.4.2 to 27.4.3 #383

Workflow file for this run

# This workflow will do a clean install of node dependencies and run the linter
name: Run linter
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci
- run: npm run lint