Skip to content

Fix styling

Fix styling #1

Workflow file for this run

name: Deployment
on:
push:
branches: [main]
jobs:
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Python 🐍
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
- name: Setup Scripts 🧩
run: |
pip install -r scripts/requirements.txt
inv env.switch ci
inv tool.install ci-dep --yes
- name: Build 🏗️
run: inv build
- name: Deploy 🚀
run: inv deploy