Skip to content

Align tooling, lint all Python files, and adopt prawcore's keyword-only API #3299

Align tooling, lint all Python files, and adopt prawcore's keyword-only API

Align tooling, lint all Python files, and adopt prawcore's keyword-only API #3299

Workflow file for this run

concurrency:
group: check-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: CI
secrets:
NETWORK_TEST_CLIENT_ID: ${{ secrets.NETWORK_TEST_CLIENT_ID }}
NETWORK_TEST_CLIENT_SECRET: ${{ secrets.NETWORK_TEST_CLIENT_SECRET }}
uses: praw-dev/.github/.github/workflows/ci.yml@20f00d1404e64813b40e0cff3a70dc9cd8b8b34e # v1.3.3
with:
min_python: "3.10"
network_test: true
python_versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
name: CI
on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
permissions: read-all