16 lines
219 B
YAML
16 lines
219 B
YAML
name: Test
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build:
|
|
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
|
|
with:
|
|
go-version-file: 'go.mod'
|