Skip to content

Update cxlc.py to conform to PEP 8 #7

Update cxlc.py to conform to PEP 8

Update cxlc.py to conform to PEP 8 #7

Workflow file for this run

name: Lint
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install flake8
run: pip install flake8
- uses: actions/checkout@v4
- name: Lint with flake8
run: flake8 ./cxlc.py
- name: Finalize
run: python3 cxlc.py --moo