Skip to content

feat!: add message queues #2013

feat!: add message queues

feat!: add message queues #2013

Workflow file for this run

name: Code quality
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
quality:
name: Run linter
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- shell: bash
run: |
pnpm install --no-frozen-lockfile
- shell: bash
run: pnpm run lint