This repository was archived by the owner on Nov 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +26
-4
lines changed Expand file tree Collapse file tree 4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # SPDX-License-Identifier: Apache-2.0
3+ #
4+
5+ repository :
6+ name : minbft
7+ description : Implementation of MinBFT consensus protocol.
8+ default_branch : main
9+ has_downloads : false
10+ has_issues : true
11+ has_projects : false
12+ has_wiki : false
13+ archived : true
14+ private : false
15+ allow_squash_merge : true
16+ allow_merge_commit : false
17+ allow_rebase_merge : true
Original file line number Diff line number Diff line change 1010 runs-on : ${{ matrix.os }}
1111 strategy :
1212 matrix :
13- os : [ubuntu-18.04, ubuntu- 20.04]
14- go : [1.13, 1.15, 1. 16]
13+ os : [ubuntu-20.04]
14+ go : [1.16]
1515 steps :
1616 - uses : actions/setup-go@v2
1717 with :
Original file line number Diff line number Diff line change 33 skip-dirs :
44 - testing
55linters :
6+ enable-all : false
67 enable :
78 - gocyclo
8- - revive
9+ # - revive
910 - dupl
1011 - unconvert
1112 - goconst
1213 - gosec
13- - gofmt
14+ # - gofmt
1415 - misspell
Original file line number Diff line number Diff line change 1+ ![ Status Badge] ( https://img.shields.io/badge/Status-archived-red )
2+
3+ ** NOTE:** This lab has been archived and is no longer being maintained.
4+
15[ ![ GitHub Actions] ( https://github.com/hyperledger-labs/minbft/workflows/Continuous%20integration/badge.svg )] ( https://github.com/hyperledger-labs/minbft/actions )
26[ ![ GoDoc] ( https://godoc.org/github.com/hyperledger-labs/minbft?status.svg )] ( https://godoc.org/github.com/hyperledger-labs/minbft )
37[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/hyperledger-labs/minbft )] ( https://goreportcard.com/report/github.com/hyperledger-labs/minbft )
You can’t perform that action at this time.
0 commit comments