Skip to content

fix(pom): recursive check all nested depManagements with import scope #689

fix(pom): recursive check all nested depManagements with import scope

fix(pom): recursive check all nested depManagements with import scope #689

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
unittest:
name: Unit Test
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit tests
run: go test ./...