Skip to content

chore(deps): bump express-rate-limit from 7.2.0 to 7.3.1 in /server in the production-dependencies group across 1 directory #2302

chore(deps): bump express-rate-limit from 7.2.0 to 7.3.1 in /server in the production-dependencies group across 1 directory

chore(deps): bump express-rate-limit from 7.2.0 to 7.3.1 in /server in the production-dependencies group across 1 directory #2302

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