Skip to content

Fix tests for test_game-viewset.py #33

Fix tests for test_game-viewset.py

Fix tests for test_game-viewset.py #33

Workflow file for this run

name: "lint"
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check --fix
- run: ruff format