Skip to content

feat(semver): automates the release process #14

feat(semver): automates the release process

feat(semver): automates the release process #14

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.2'
- name: Test
run: go test -v ./...