Skip to content

move lint to separate github workflow #9

move lint to separate github workflow

move lint to separate github workflow #9

Workflow file for this run

name: Run CI
on:
push:
branches: [$default-branch]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
docker compose --file docker-compose.test.yml build
docker compose --file docker-compose.test.yml run lint