Skip to content

add spec.migrationJob #123

add spec.migrationJob

add spec.migrationJob #123

Workflow file for this run

name: "Test"
on:
pull_request:
push:
branches:
- "master"
jobs:
build:
name: "test"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make check-uncommitted
- run: make test