Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

⬆️ Bump requests from 2.25.1 to 2.32.2 #40

⬆️ Bump requests from 2.25.1 to 2.32.2

⬆️ Bump requests from 2.25.1 to 2.32.2 #40

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: make test
- run: make lint