Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Enhance filename format of release files to better integrate with automation tooling #125

Enhance filename format of release files to better integrate with automation tooling

Enhance filename format of release files to better integrate with automation tooling #125

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
-
name: Run tests
run: go test ./...