Skip to content

chore(deps): bump @types/node from 20.3.1 to 20.3.2 in /client (#861) #1835

chore(deps): bump @types/node from 20.3.1 to 20.3.2 in /client (#861)

chore(deps): bump @types/node from 20.3.1 to 20.3.2 in /client (#861) #1835

Workflow file for this run

name: ESLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn && yarn install-client
- name: Run lint script
run: yarn lint