Go back to Django

This commit is contained in:
Joakim Hellsén 2024-02-19 05:44:08 +01:00
commit 7eee113cdf
22 changed files with 1481 additions and 172 deletions

14
.github/workflows/ruff.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Ruff
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *" # Run every day
workflow_dispatch:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1