Skip to content

Commit b70e1bd

Browse files
authored
Merge pull request #1 from tech-branch/feat/update-ci-badges
Update CI badges
2 parents fc82891 + 0753ac9 commit b70e1bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# based on https://github.com/mvdan/github-actions-golang
3-
name: CI
3+
name: tests
44

55
on:
66
pull_request:

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Semgrep
1+
name: semgrep
22

33
on:
44
# Scan changed files in PRs, block on new issues only (existing issues ignored)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
![tests](https://github.com/tech-branch/glassnode/actions/workflows/main.yml/badge.svg)
2-
![continuous semgrep](https://github.com/tech-branch/glassnode/actions/workflows/semgrep.yml/badge.svg)
1+
![tests](https://github.com/tech-branch/tbkv/actions/workflows/main.yml/badge.svg)
2+
![continuous semgrep](https://github.com/tech-branch/tbkv/actions/workflows/semgrep.yml/badge.svg)
33

44
## TBKV key-val store
55

0 commit comments

Comments
 (0)