diff --git a/README.md b/README.md index 7af34a6..3328af3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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). \ No newline at end of file +Please also use `go test ./cmd` before committing (this requires NodeJS 14 or later installed, and NPM).