Skip to content

feat: add og image generation #9

feat: add og image generation

feat: add og image generation #9

Workflow file for this run

name: continuous-integration
on: [push]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.4
with:
pixi-version: v0.65.0
cache: true
- run: pixi run ruff format --check
- run: pixi run ruff check --output-format=github
- run: pixi run ty check --output-format=github scripts
- run: pixi run validate