Skip to content

chore: add docker compose with postgres and redis #110

chore: add docker compose with postgres and redis

chore: add docker compose with postgres and redis #110

Workflow file for this run

name: CI
on:
push:
branches: ['master', 'main', 'dev']
# pull_request:
# branches: ['master', 'main', 'dev']
# allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
type-check:
uses: ./.github/workflows/type-check.yml
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
build:
uses: ./.github/workflows/build.yml