Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

chore(deps-dev): bump @types/react from 17.0.59 to 18.2.37 #442

chore(deps-dev): bump @types/react from 17.0.59 to 18.2.37

chore(deps-dev): bump @types/react from 17.0.59 to 18.2.37 #442

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