Skip to content

Add acceptance test GHA workflow_dispatch #38

Add acceptance test GHA workflow_dispatch

Add acceptance test GHA workflow_dispatch #38

Workflow file for this run

name: CI
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- name: vet
run: |
go vet ./...