Skip to content

chore(gh): add codeql analysis #525

chore(gh): add codeql analysis

chore(gh): add codeql analysis #525

Workflow file for this run

name: golangci-ut
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Install dependencies
run: |
go get .
go mod tidy
- name: Build
run: go build -v ./...
- name: Test with the Go CLI
run: go test -v ./nsxt/metadata/...