Skip to content

ci: updated, modified to analyze pyfpga instead of fpga #35

ci: updated, modified to analyze pyfpga instead of fpga

ci: updated, modified to analyze pyfpga instead of fpga #35

Workflow file for this run

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

Check failure on line 20 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: pip install pycodestyle pylint
- name: Run linters
run: |
pycodestyle pyfpga examples test
pylint pyfpga