Skip to content

minor: Make the Usage Indicator grow with usage #42

minor: Make the Usage Indicator grow with usage

minor: Make the Usage Indicator grow with usage #42

Workflow file for this run

name: CI and Deploy
on:
push:
branches:
- main
paths:
- 'apps/**'
- 'packages/**'
- '.github/workflows/**'
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
workflow_call: true
test:
uses: ./.github/workflows/test.yml
with:
workflow_call: true
deploy:
needs: [lint, test]
strategy:
matrix:
app: [gateway, web, websockets, workers]
uses: ./.github/workflows/deploy-app.yml
with:
app-name: ${{ matrix.app }}
secrets: inherit