Skip to content

Enable querying of games depending on TLS #35

Enable querying of games depending on TLS

Enable querying of games depending on TLS #35

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Set up Python
run: uv python install
- name: Install the project
run: uv sync --all-extras --dev
- name: Run tests
run: |
uv run ruff check tests
uv run ruff format --check tests