Skip to content

[Snyk] Security upgrade jinja2 from 2.11.3 to 3.1.3 #163

[Snyk] Security upgrade jinja2 from 2.11.3 to 3.1.3

[Snyk] Security upgrade jinja2 from 2.11.3 to 3.1.3 #163

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