Skip to content

feat: add version and cobra command #7

feat: add version and cobra command

feat: add version and cobra command #7

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
- master
- release/*
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
- run: make test