Skip to content

chore(deps): bump minimatch from 5.1.6 to 5.1.9 in /editors/code/client #19

chore(deps): bump minimatch from 5.1.6 to 5.1.9 in /editors/code/client

chore(deps): bump minimatch from 5.1.6 to 5.1.9 in /editors/code/client #19

Workflow file for this run

name: Go Test
on:
workflow_dispatch:
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run Tests
run: go test -v ./...