Skip to content

chore: bump eslint-plugin-jest from 27.2.3 to 27.4.0 #6987

chore: bump eslint-plugin-jest from 27.2.3 to 27.4.0

chore: bump eslint-plugin-jest from 27.2.3 to 27.4.0 #6987

Workflow file for this run

#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared
name: Check Code
on:
pull_request:
branches: [main]
jobs:
check-code:
name: Check Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
- run: yarn install --frozen-lockfile
- name: Run check code
run: make check-code