Skip to content

Commit

Permalink
Update: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Sep 14, 2023
1 parent 4d66e7a commit b5eba4c
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.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Lint

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Full stack remote development environment

[![Go Report Card](https://goreportcard.com/badge/github.com/TencentBlueKing/bscp-go?cache=v1)](https://goreportcard.com/report/github.com/TencentBlueKing/bscp-go)
[![lint](github.com/ifooth/devcontainer/actions/workflows/lint.yml/badge.svg?branch=main)](github.com/ifooth/devcontainer/actions/workflows/lint.yml)
[![build](github.com/ifooth/devcontainer/actions/workflows/build.yml/badge.svg?branch=main)](github.com/ifooth/devcontainer/actions/workflows/build.yml)
[![lint](https://github.com/ifooth/devcontainer/actions/workflows/lint.yml/badge.svg?branch=main)](http://github.com/ifooth/devcontainer/actions/workflows/lint.yml)
[![build](https://github.com/ifooth/devcontainer/actions/workflows/build.yml/badge.svg?branch=main)](http://github.com/ifooth/devcontainer/actions/workflows/build.yml)
[![Docker](https://github.com/ifooth/devcontainer/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/ifooth/devcontainer/actions/workflows/docker-publish.yml)
[![Docker Pulls](https://img.shields.io/docker/pulls/ifooth/devcontainer.svg)](https://hub.docker.com/r/ifooth/devcontainer/)

Expand Down

0 comments on commit b5eba4c

Please sign in to comment.