Skip to content

fix: improve map marker handling #29

fix: improve map marker handling

fix: improve map marker handling #29

Workflow file for this run

name: Check ESLint
on:
push:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 🥟 Install Bun
uses: oven-sh/setup-bun@v2
- name: 🌿 Setup Node
uses: actions/setup-node@v4
- name: 📦 Install dependencies
run: bun install
- name: 🔍 Run ESLint
run: bun run ci:lint