Skip to content

Commit

Permalink
fix: fixed link, clearing badge cache, etc (#57)
Browse files Browse the repository at this point in the history
* Fixed link, clearing badge cache

* Attempting to turn on ask nancy for dep protection

* Nancy does not work on 1.21

* Added syndication to godocs

* chore: upgraded deps
  • Loading branch information
mrz1836 authored Feb 15, 2024
1 parent 0d67214 commit 93e05f4
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 24 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,6 @@ jobs:
dist/CHANGELOG.md
env:
COMMIT_TAG: ${{steps.tag.outputs.tag}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Syndicate to GoDocs
run: make godocs
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@v4
- name: Run yaml linter
uses: ibiqlik/action-yamllint@v3.1
# This does not work on >= 1.21 go versions
#asknancy:
# name: Ask Nancy (check dependencies)
# runs-on: ubuntu-latest
Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# alert-system
> A go microservice for managing alerts and runs alongside Bitcoin SV nodes utilizing RPC
[![Release](https://img.shields.io/github/release-pre/bitcoin-sv/alert-system.svg?logo=github&style=flat&v=2)](https://github.com/bitcoin-sv/alert-system/releases)
[![Build](https://github.com/bitcoin-sv/alert-system/workflows/run-go-tests/badge.svg?branch=master&v=1)](https://github.com/bitcoin-sv/alert-system/actions)
[![Report](https://goreportcard.com/badge/github.com/bitcoin-sv/alert-system?style=flat&v=2)](https://goreportcard.com/report/github.com/bitcoin-sv/alert-system)
[![Go](https://img.shields.io/badge/Go-1.21.xx-blue.svg?v=1)](https://golang.org/)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat&v=2)](https://github.com/RichardLitt/standard-readme)
[![Makefile Included](https://img.shields.io/badge/Makefile-Supported%20-brightgreen?=flat&logo=probot&v=2)](Makefile)
<br> <!-- [![Go](https://img.shields.io/github/go-mod/go-version/bitcoin-sv/alert-system?v=2)](https://golang.org/) -->
[![Release](https://img.shields.io/github/release-pre/bitcoin-sv/alert-system.svg?logo=github&style=flat&v=3)](https://github.com/bitcoin-sv/alert-system/releases)
[![Build](https://github.com/bitcoin-sv/alert-system/workflows/run-go-tests/badge.svg?branch=master&v=3)](https://github.com/bitcoin-sv/alert-system/actions)
[![Report](https://goreportcard.com/badge/github.com/bitcoin-sv/alert-system?style=flat&v=3)](https://goreportcard.com/report/github.com/bitcoin-sv/alert-system)
[![Go](https://img.shields.io/github/go-mod/go-version/bitcoin-sv/alert-system?v=3)](https://golang.org/)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat&v=3)](https://github.com/RichardLitt/standard-readme)
[![Makefile Included](https://img.shields.io/badge/Makefile-Supported%20-brightgreen?=flat&logo=probot&v=3)](Makefile)

<br/>

## Table of Contents
- [Installation](#installation)
- [Installation](#run-from-source)
- [Documentation](#documentation)
- [Examples & Tests](#examples--tests)
- [Benchmarks](#benchmarks)
Expand Down
10 changes: 5 additions & 5 deletions go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93e05f4

Please sign in to comment.