Skip to content

Commit

Permalink
updated docs link, added build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
xadhatter committed Dec 20, 2023
1 parent e5f4e21 commit e05a769
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build binary
name: build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and release tag
name: release

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 🦊 Fox

[![build](https://github.com/xigxog/fox/actions/workflows/build.yaml/badge.svg)](https://github.com/xigxog/fox/actions/workflows/build.yaml)
[![Go Report Card](https://goreportcard.com/badge/github.com/xigxog/fox)](https://goreportcard.com/report/github.com/xigxog/fox)

🦊 Fox is a CLI for interacting with KubeFox. You can use it to build, deploy,
and release your KubeFox Apps.

See
[docs](https://github.com/xigxog/fox/blob/main/docs/fox.md) for details.
See [docs](https://docs.kubefox.io/reference/fox/fox.html) for details.

0 comments on commit e05a769

Please sign in to comment.