revbank-inflatinator/.forgejo/workflows/test.yaml
polyfloyd 1e0786b688
Some checks failed
Test / test (push) Has been cancelled
Set up nix flakes
2025-07-17 16:58:03 +02:00

25 lines
364 B
YAML

name: Test
on:
push:
pull_request:
schedule:
- cron: '0 0 1 * *' # Monthly
env:
SLIGRO_USERNAME: ${{ secrets.SLIGRO_USERNAME }}
SLIGRO_PASSWORD: ${{ secrets.SLIGRO_PASSWORD }}
defaults:
run:
shell: nix develop --command {0}
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: pytest
- run: ruff check