Skip to content

Bump vite-tsconfig-paths from 4.3.1 to 6.1.1 in /web #158

Bump vite-tsconfig-paths from 4.3.1 to 6.1.1 in /web

Bump vite-tsconfig-paths from 4.3.1 to 6.1.1 in /web #158

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 }}