Skip to content

update spatial relations to include curves and polylines #27

update spatial relations to include curves and polylines

update spatial relations to include curves and polylines #27

Workflow file for this run

---
name: Haskell Linter
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions: read-all
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Set up HLint'
uses: haskell-actions/hlint-setup@v2
with:
version: '3.8'
- name: 'Run HLint'
uses: haskell-actions/hlint-run@v2
with:
path: '["src/", "test/"]'
fail-on: suggestion