Skip to content

fix: match current workflow SDK (no StepFactory/ModuleFactory types) #4

fix: match current workflow SDK (no StepFactory/ModuleFactory types)

fix: match current workflow SDK (no StepFactory/ModuleFactory types) #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: go build ./...
- run: go test ./... -v -race -count=1
- run: go vet ./...