Skip to content

Commit

Permalink
Use badge for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
connorkuehl committed Jan 14, 2021
1 parent 758e96b commit 1667c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"

[badges]
travis-ci = { repository = "connorkuehl/tftp", branch = "main" }
github = { repository = "connorkuehl/tftp", workflow = "test" }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.com/connorkuehl/tftp.svg?branch=main)](https://travis-ci.com/connorkuehl/tftp)
[![Workflow Status](https://github.com/connorkuehl/tftp/workflows/test/badge.svg)](https://github.com/connorkuehl/tftp/actions?query=workflow%3A%22test%22)

# tftp

Expand Down

0 comments on commit 1667c29

Please sign in to comment.