Skip to content

Bump requests from 2.31.0 to 2.32.0 #87

Bump requests from 2.31.0 to 2.32.0

Bump requests from 2.31.0 to 2.32.0 #87

Workflow file for this run

name: python-lint
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
# Also trigger on page_build, as well as release created events
page_build:
release:
types: # This configuration does not affect the page_build event above
- created
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: CyberZHG/[email protected]