Skip to content

refactor(event)!: improve event #115

refactor(event)!: improve event

refactor(event)!: improve event #115

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: 1.22.0
- name: Build
run: make build