Skip to content

Go back to 3.8, but still try plugin on Mac... #42

Go back to 3.8, but still try plugin on Mac...

Go back to 3.8, but still try plugin on Mac... #42

Workflow file for this run

name: Flake8
on: [push]
jobs:
flake8:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: '3.12'
- name: Install Pip Dependencies
run: pip install flake8
- name: Run Flake8
run: flake8 ep_testing