Skip to content

Add a Map to the Conference statistics that shows the distribution of participants in Germany #25

Add a Map to the Conference statistics that shows the distribution of participants in Germany

Add a Map to the Conference statistics that shows the distribution of participants in Germany #25

Workflow file for this run

name: Test
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bunx svelte-kit sync
- run: bun run lint
- run: bun test