Skip to content

chore(deps): bump concurrently from 9.0.1 to 9.1.0 in /server in the production-dependencies group #2421

chore(deps): bump concurrently from 9.0.1 to 9.1.0 in /server in the production-dependencies group

chore(deps): bump concurrently from 9.0.1 to 9.1.0 in /server in the production-dependencies group #2421

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@v3
- name: Install modules
run: yarn install-all
- name: Run lint script
run: yarn lint