Skip to content

Bump bullmq from 3.15.8 to 5.1.1 #524

Bump bullmq from 3.15.8 to 5.1.1

Bump bullmq from 3.15.8 to 5.1.1 #524

Workflow file for this run

name: Run eslint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm install
- name: Run ESLint
run: npx eslint . --ext .js,.ts --fix
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling