mirror of
https://github.com/outbackdingo/terraform-provider-ct.git
synced 2026-01-27 18:20:35 +00:00
14 lines
213 B
YAML
14 lines
213 B
YAML
name: test
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
jobs:
|
|
go:
|
|
uses: poseidon/.github/.github/workflows/golang-library.yaml@main
|
|
with:
|
|
setup_terraform: true
|