Skip to content

Added exclusion information to the analysis report #73

Added exclusion information to the analysis report

Added exclusion information to the analysis report #73

Workflow file for this run

name: Build On Push
on:
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build & Test
run: |
make get-bins
make test
make gorelease-snapshot