Skip to content

build(deps): bump github.com/evanw/esbuild (#72) #42

build(deps): bump github.com/evanw/esbuild (#72)

build(deps): bump github.com/evanw/esbuild (#72) #42

Workflow file for this run

# See LICENSE file for copyright and license information
name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: go test ./...