Skip to content

Merge pull request #62 from PyFPGA/0.4.0-rc0 #226

Merge pull request #62 from PyFPGA/0.4.0-rc0

Merge pull request #62 from PyFPGA/0.4.0-rc0 #226

Workflow file for this run

name: 'lint'
on:
push:
paths:
- 'examples/**'
- 'pyfpga/**'
- 'tests/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: pip install pycodestyle pylint
- name: Run linting
run: make lint