Skip to content

Feature: Add user configurable delayed_gcode interval #139

Feature: Add user configurable delayed_gcode interval

Feature: Add user configurable delayed_gcode interval #139

Workflow file for this run

# CI for code style and application tests
name: test-code
on: [push, pull_request]
jobs:
lint-python-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ricardochaves/[email protected]
with:
python-root-list: "component"
use-pylint: false
use-pycodestyle: true
use-flake8: false
use-black: false
use-mypy: false
use-isort: false
extra-pycodestyle-options: "--ignore=E226,E301,E302,E303,W503,W504 --max-line-length=80 --max-doc-length=80"
extra-mypy-options: "--ignore-missing-imports --follow-imports=silent"