Skip to content

fix #58 path might be None #30

fix #58 path might be None

fix #58 path might be None #30

Workflow file for this run

name: Lint
on: [push]
jobs:
flake8:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Analysing the code with flake8
run: |
flake8