Skip to content

chore: README updated #2

chore: README updated

chore: README updated #2

Workflow file for this run

name: Checks
on:
push:
branches: ["**"]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install dependencies
run: make install
- name: Run app
run: make build