Skip to content

feat(LineSymbolizer): support graphicStroke incl. dasharray (#918) #35

feat(LineSymbolizer): support graphicStroke incl. dasharray (#918)

feat(LineSymbolizer): support graphicStroke incl. dasharray (#918) #35

Workflow file for this run

name: Test Push to main
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v5
- name: Set up bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies ⏬
run: bun install
- name: Lint code 💄
run: bun run lint
- name: Typecheck code 🤖
run: bun run typecheck
- name: Test code ✅
run: bun run test
- name: Build artifacts 🏗️
run: bun run build
- name: Publish to coveralls ⭐
# coverage/lcov.info was generated in the previous npm run build step
uses: coverallsapp/github-action@v2