Skip to content

Add user agent to HTTP requests (#64) #99

Add user agent to HTTP requests (#64)

Add user agent to HTTP requests (#64) #99

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable