Skip to content

Bump svelte-check from 3.6.2 to 3.6.3 #63

Bump svelte-check from 3.6.2 to 3.6.3

Bump svelte-check from 3.6.2 to 3.6.3 #63

Workflow file for this run

name: Build Svelte using Bun
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Install Node Dependency
run: bun install
- name: Build
run: bun run build