Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add reference badges for branch and tag names in commit views #14

Add reference badges for branch and tag names in commit views

Add reference badges for branch and tag names in commit views #14

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Test
run: go test ./...