Skip to content

add : Vault PROD-13744 #1253

add : Vault PROD-13744

add : Vault PROD-13744 #1253

Workflow file for this run

name: linting flake8
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
- "**-dev"
- "feat**"
jobs:
flake8-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout repository
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: flake8 Lint Babylon
uses: py-actions/flake8@v2
with:
max-line-length: "120"
path: "Babylon"