[Enhancement]: Add interface location.broadcast_domain
parameter
#1206
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Go Report Card | |
on: | |
push: | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: [ "integration/main" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up Go | |
uses: actions/setup-go@v5 | |
with: | |
go-version: '1.22' | |
- name: Set up goreportcard | |
working-directory: /tmp | |
run: | | |
git clone https://github.com/gojp/goreportcard.git | |
cd goreportcard | |
make install | |
go install ./cmd/goreportcard-cli | |
- name: run report card | |
run: goreportcard-cli -v -t 90 |