Skip to content

feat: add working FastAPI backend with simulator and REST API #7

feat: add working FastAPI backend with simulator and REST API

feat: add working FastAPI backend with simulator and REST API #7

Workflow file for this run

name: ci
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
jobs:
quick-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Echo
run: echo "CI OK"