Skip to content

Test and Build

Test and Build #152

Workflow file for this run

name: Test and Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "0 2 * * 1" # every Monday at 2:00
permissions:
contents: read
jobs:
build:
uses: umatare5/common/.github/workflows/go-test-build.yml@v0.13.0
with:
go_version: "1.25.1"
skip_build: true