Skip to content

Implement close action with v2 hooks using a finalizer #246

Implement close action with v2 hooks using a finalizer

Implement close action with v2 hooks using a finalizer #246

Workflow file for this run

name: Tests
on:
- pull_request
- push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.25'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Build
run: make all
- name: Test
run: make test