Skip to content

Use CPR (Curl for People) library for HTTP clients #200

Use CPR (Curl for People) library for HTTP clients

Use CPR (Curl for People) library for HTTP clients #200

Workflow file for this run

name: Lint
# This action should run on every commit
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]