Skip to content

Bump vite from 4.4.2 to 4.4.4 in /web #88

Bump vite from 4.4.2 to 4.4.4 in /web

Bump vite from 4.4.2 to 4.4.4 in /web #88

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: '1.20'
- uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
args: "--out-${NO_FUTURE}format colored-line-number"
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: '1.20'
- run: go test -v ./...