Skip to content

chore: update requests library to version >=2.31.0 #107

chore: update requests library to version >=2.31.0

chore: update requests library to version >=2.31.0 #107

Workflow file for this run

name: Push Stylecheck
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install flake8
run: pip install flake8
- name: Run Flake8
uses: suo/flake8-github-action@v1
with:
checkName: 'build' # NOTE: this needs to be the same as the job name
env:
GITHUB_TOKEN: ${{ secrets.github_token }}