Skip to content

build(deps-dev): bump ruff from 0.6.8 to 0.6.9 #212

build(deps-dev): bump ruff from 0.6.8 to 0.6.9

build(deps-dev): bump ruff from 0.6.8 to 0.6.9 #212

Workflow file for this run

name: Deploy Demo App
on:
push:
branches:
- main
paths-ignore:
# Config files
- ".github/**"
- ".vscode/**"
- ".gitignore"
# Documentation
- "docs/**"
- "*.md"
- "*.qmd"
- "justfile"
# Website files
- _quarto.yml
- index.qmd
- _publish.yml
- _extensions/**
jobs:
lint:
uses: seedcase-project/.github/.github/workflows/lint-python.yml@main
test:
uses: seedcase-project/.github/.github/workflows/test.yml@main
needs: lint
# deploy:
# name: Deploy app
# runs-on: ubuntu-latest
# needs: test
# concurrency: deploy-group # optional: ensure only one action runs at a time
# steps:
# - uses: actions/checkout@v4
# - name: Deploy to Fly.io
# uses: superfly/flyctl-actions/setup-flyctl@master
# - run: flyctl deploy --remote-only
# env:
# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}