Skip to content

fix: ModuleNotFoundError: No module named 'fpga.helpers' #33

fix: ModuleNotFoundError: No module named 'fpga.helpers'

fix: ModuleNotFoundError: No module named 'fpga.helpers' #33

Workflow file for this run

name: 'lint'
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
pip install pycodestyle
pip install pylint
- name: Lint
run: |
pycodestyle fpga examples test
pylint fpga