Skip to content

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /ui #391

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /ui

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /ui #391

Workflow file for this run

name: Go Test
on:
pull_request:
jobs:
test:
name: Go
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run Go tests
run: make test