Skip to content

Bump svelte-check from 3.6.0 to 3.6.2 #153

Bump svelte-check from 3.6.0 to 3.6.2

Bump svelte-check from 3.6.0 to 3.6.2 #153

Workflow file for this run

name: Go
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test-py:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: "go/go.mod"
- name: Test
run: cd go && go test