Skip to content

Fix event declarations in svelte #47

Fix event declarations in svelte

Fix event declarations in svelte #47

Workflow file for this run

name: Main
on:
workflow_dispatch:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
lint-test:
uses: ./.github/workflows/lint_test.yml
secrets: inherit
release:
needs: lint-test
uses: ./.github/workflows/release.yml
secrets: inherit