Skip to content

Fix kraken_sdr_signal_processor.py crashing when using RDF Mapper con… #332

Fix kraken_sdr_signal_processor.py crashing when using RDF Mapper con…

Fix kraken_sdr_signal_processor.py crashing when using RDF Mapper con… #332

Workflow file for this run

name: flake8 Linting
on: [push, pull_request]
jobs:
linting:
runs-on: ubuntu-latest
name: Linting
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: py-actions/flake8@v2
with:
plugins: "flake8-bugbear flake8-black Flake8-pyproject"