Skip to content

Bump types-requests from 2.31.0.10 to 2.31.0.20231231 #1186

Bump types-requests from 2.31.0.10 to 2.31.0.20231231

Bump types-requests from 2.31.0.10 to 2.31.0.20231231 #1186

Workflow file for this run

name: Run Linter
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: setup python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: install dependencies
run: make deps
- name: run linter
run: make lint