Skip to content

Bump vite from 6.4.1 to 6.4.2 in /web #161

Bump vite from 6.4.1 to 6.4.2 in /web

Bump vite from 6.4.1 to 6.4.2 in /web #161

Workflow file for this run

name: build
on:
push:
branches: [ develop, main ]
pull_request:
branches: [ develop, main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.21'
- name: Build
run: |
./build.sh
- name: Test
run: |
./test.sh
- name: Coverage
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}