Skip to content

feat: automatically enable SSL if server supports it #269

feat: automatically enable SSL if server supports it

feat: automatically enable SSL if server supports it #269

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
paths:
- '**.py'
pull_request:
paths:
- '**.py'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- name: format
run: ruff format --diff
- name: lint
run: ruff check --diff