Add backend, worker, deploy docker-compose and CI skeleton
CI / basic-check (push) Has been cancelled

This commit is contained in:
Perplexity Bot
2026-08-03 21:42:20 +00:00
parent 0294301877
commit 00ecb1862d
6 changed files with 93 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
name: CI
on:
push:
pull_request:
jobs:
basic-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Show tree
run: find . -maxdepth 3 | sort