Skip to content

Add hatching algorithm to Path and FlattenedPath #468

Add hatching algorithm to Path and FlattenedPath

Add hatching algorithm to Path and FlattenedPath #468

Workflow file for this run

name: Native CI
on:
push:
branches:
- master
- release/*
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y libgeos-dev
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v1
with:
components: rustfmt, clippy
- uses: taiki-e/install-action@v2
with:
tool: just,taplo-cli,cargo-shear
- run: just fmt-check
- run: just toml-fmt-check
- run: just clippy
- run: cargo shear
test:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y libgeos-dev
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v1
with:
components: rustfmt, clippy
- uses: taiki-e/install-action@v2
with:
tool: just,cargo-nextest
- run: just test
docs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y libgeos-dev
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v1
with:
components: rustfmt, clippy
- uses: taiki-e/install-action@v2
with:
tool: just
- run: just docs