Skip to content

use while -v loop instead of for arg in #15

use while -v loop instead of for arg in

use while -v loop instead of for arg in #15

Workflow file for this run

---
name: flake8
on: [push]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v5
-
uses: actions/setup-python@v5
with:
python-version: 3.x
-
uses: py-actions/flake8@v2
...