Skip to content

gcode: Improve handling of extended g-code commands with '*;#' characters #1009

gcode: Improve handling of extended g-code commands with '*;#' characters

gcode: Improve handling of extended g-code commands with '*;#' characters #1009

# Perform continuous integration tests on pull requests
name: Ruff
on: pull_request
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"