Skip to content

update tasks.views.py #147

update tasks.views.py

update tasks.views.py #147

Workflow file for this run

name: Python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install uv
uv sync
- name: lint
run: |
uv run ruff check .