Skip to content

update tooling2

update tooling2 #33

Workflow file for this run

name: main
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bunx vite build
- run: bun type
- run: bun lint
- run: bun jest
- run: cp doc/* ./build/
- run: bunx surge ./build yAR-htzee-platane.surge.sh
env:
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}