Skip to content

Bump minimatch from 3.1.2 to 3.1.5 in /docs #82

Bump minimatch from 3.1.2 to 3.1.5 in /docs

Bump minimatch from 3.1.2 to 3.1.5 in /docs #82

name: Run Unit Tests
on: [pull_request]
jobs:
test-unit:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '^1.21' # The Go version to download (if necessary) and use.
- run: make test-unit