Skip to content

Svelte implementation #80

Svelte implementation

Svelte implementation #80

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
full:
name: Node.js Latest Full
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- uses: ./.github/actions/prepare-runner
- name: Run tests
run: pnpm test