Skip to content

add CI/CD setup, improve github tests #1

add CI/CD setup, improve github tests

add CI/CD setup, improve github tests #1

Workflow file for this run

name: Deploy latest version of the app
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Run deployment
run: make deploy/app