Skip to content

feat: speak inventory v1alpha2 property-graph model #9

feat: speak inventory v1alpha2 property-graph model

feat: speak inventory v1alpha2 property-graph model #9

Workflow file for this run

name: testing
on:
push:
paths:
- '**/*.go'
- 'go.mod'
- 'go.sum'
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Verify dependencies
run: go mod verify
- name: Build
run: go build ./...
- name: Test
run: go test -timeout 5m ./...