Skip to content

fix: remove discussion_category_name from goreleaser config #1

fix: remove discussion_category_name from goreleaser config

fix: remove discussion_category_name from goreleaser config #1

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: Run tests
run: go test -v ./...