Skip to content

fix(deps): update all to v5.0.4 #284

fix(deps): update all to v5.0.4

fix(deps): update all to v5.0.4 #284

Workflow file for this run

name: CI
on: [ push ]
jobs:
lint-and-test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Setup Python and Poetry
uses: moneymeets/action-setup-python-poetry@master
- name: Run linter
run: |
poetry run ruff check .
poetry run ruff format --diff .
- name: Run tests
run: poetry run ./manage.py test