Skip to content

NAS-129434 / 24.10 / bump tries=30 on install() #31

NAS-129434 / 24.10 / bump tries=30 on install()

NAS-129434 / 24.10 / bump tries=30 on install() #31

Workflow file for this run

name: flake8
on:
pull_request:
types:
- 'synchronize'
- 'opened'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Run flake8
run: flake8 .