Skip to content

Fix status flickering when a game is postponed #113

Fix status flickering when a game is postponed

Fix status flickering when a game is postponed #113

Workflow file for this run

name: Lint
on:
pull_request:
branches: [dev, master]
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.dev.txt
- name: Lint
run: |
black --check .