Skip to content

Commit

Permalink
Fix test status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
joeig committed Jan 1, 2024
1 parent 9f4a53c commit 9a45eb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
name: Lint
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Collects IPv4/IPv6 addresses of network devices (routers, firewalls etc.) and writes the corresponding PowerDNS resource records.

[![Build Status](https://github.com/joeig/dyndns-pdns/workflows/Tests/badge.svg)](https://github.com/joeig/dyndns-pdns/actions)
[![Tests](https://github.com/joeig/dyndns-pdns/actions/workflows/tests.yml/badge.svg)](https://github.com/joeig/dyndns-pdns/actions/workflows/tests.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/joeig/dyndns-pdns)](https://goreportcard.com/report/github.com/joeig/dyndns-pdns)

## Setup
Expand Down

0 comments on commit 9a45eb6

Please sign in to comment.