Skip to content

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 #168

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 #168

Workflow file for this run

---
name: Flake8 CI
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Flake8 with annotations
uses: TrueBrain/actions-flake8@v1.4.1
with:
# path: src
max_line_length: 150