Skip to content

Commit

Permalink
update badges in readme (#13)
Browse files Browse the repository at this point in the history
* update badges in readme

* chore: rename badges to use `snyk-ls` instead of `snyk-lsp`
  • Loading branch information
bastiandoetsch authored Mar 8, 2022
1 parent 01a2a0e commit 2aa8c08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Snyk Language Server (Snyk-LSP)
[![Build Go binaries](https://github.com/snyk/snyk-lsp/actions/workflows/workflow.yaml/badge.svg)](https://github.com/snyk/snyk-lsp/actions/workflows/workflow.yaml)
[![Build Go binaries](https://github.com/snyk/snyk-ls/actions/workflows/build.yaml/badge.svg)](https://github.com/snyk/snyk-ls/actions/workflows/build.yaml)
[![Release Go binaries](https://github.com/snyk/snyk-ls/actions/workflows/release.yaml/badge.svg)](https://github.com/snyk/snyk-ls/actions/workflows/release.yaml)

## Supported features
The language server follows
Expand Down Expand Up @@ -167,4 +168,4 @@ eval $(minikube docker-env) # gives you a fully functional docker environment

```bash
act --secret SNYK_TOKEN=$SNYK_TOKEN --secret DEEPROXY_API_URL=$DEEPROXY_API_URL
```
```

0 comments on commit 2aa8c08

Please sign in to comment.