Skip to content

Adding support for http(s) proxies #53

Adding support for http(s) proxies

Adding support for http(s) proxies #53

Workflow file for this run

name: ruff
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1