Skip to content

user group privileges #929

user group privileges

user group privileges #929

Workflow file for this run

name: Go Report Card
on: [push]
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