Skip to content

add make tag_version to validate version x git tag; add n-cli version #5

add make tag_version to validate version x git tag; add n-cli version

add make tag_version to validate version x git tag; add n-cli version #5

Workflow file for this run

name: Release
on:
push:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21.x"
- run: go version
- run: go get
- run: go test -v ./...