Skip to content

fix: narrow ast_nodes type in MarkdownStructureChunker to satisfy mypy #21

fix: narrow ast_nodes type in MarkdownStructureChunker to satisfy mypy

fix: narrow ast_nodes type in MarkdownStructureChunker to satisfy mypy #21

Workflow file for this run

name: Docker Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Copy env file
run: cp backend/.env.example backend/.env
- name: Build backend image
run: docker build -f backend/Dockerfile .
- name: Build frontend image
run: docker build -f frontend/Dockerfile .