Skip to content

Add Tooling for flake8 and black #5

Add Tooling for flake8 and black

Add Tooling for flake8 and black #5

Workflow file for this run

name: black
on:
pull_request:
paths:
- '**.py'
push:
branches:
- master
jobs:
python-black:
name: Python Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Python Black
uses: cytopia/[email protected]
with:
path: '.'
- name: Python Black
uses: cytopia/[email protected]
with:
path: 'bin/lxa-iobus-lpc11xxcanisp-invoke'
- name: Python Black
uses: cytopia/[email protected]
with:
path: 'bin/lxa-iobus-lpc11xxcanisp-program'
- name: Python Black
uses: cytopia/[email protected]
with:
path: 'bin/lxa-iobus-server'