Skip to content

web: fix bug where newline_before_comment setting is not applied #143

web: fix bug where newline_before_comment setting is not applied

web: fix bug where newline_before_comment setting is not applied #143

Workflow file for this run

name: Build svg2gcode-cli
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build -p svg2gcode-cli