Skip to content

chore: github action #1

chore: github action

chore: github action #1

Workflow file for this run

name: Svelte Vite CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies and build
run: |
pnpm install
pnpm run build