Skip to content

add label column to output #11

add label column to output

add label column to output #11

Workflow file for this run

name: Test CLI Code
on:
pull_request:
branches:
- main
jobs:
test:
name: Test CLI Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Go code and generate coverage report
run: |
go test ./... --coverprofile=coverage.out