Skip to content

build(deps-dev): bump types-requests from 2.32.0.20240914 to 2.32.0.20241016 #1611

build(deps-dev): bump types-requests from 2.32.0.20240914 to 2.32.0.20241016

build(deps-dev): bump types-requests from 2.32.0.20240914 to 2.32.0.20241016 #1611

Workflow file for this run

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