Skip to content

Commit

Permalink
docs(README): Add status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Aervyon committed Aug 12, 2024
1 parent 2ce784f commit 5019138
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# foldcli
The Folderr Management CLI

[![Build](https://github.com/Folderr/foldcli/actions/workflows/build.yaml/badge.svg)](https://github.com/Folderr/foldcli/actions/workflows/build.yaml)
[![Test](https://github.com/Folderr/foldcli/actions/workflows/test.yaml/badge.svg)](https://github.com/Folderr/foldcli/actions/workflows/test.yaml)
[![Release Build](https://github.com/Folderr/foldcli/actions/workflows/release.yaml/badge.svg?event=release)](https://github.com/Folderr/foldcli/actions/workflows/release.yaml)


## More up-to-date documentation

More up to date documentation can be found https://folderr.net/guides/cli/getting-started
Expand Down Expand Up @@ -70,4 +75,4 @@ These are ran on pull request and push!
- Uses staticcheck 2023.1.3 in CI

Dev environment is unchanged from other environments.
Please also use `go test ./cmd` before committing (this requires NodeJS 14 or later installed, and NPM).
Please also use `go test ./cmd` before committing (this requires NodeJS 14 or later installed, and NPM).

0 comments on commit 5019138

Please sign in to comment.