Skip to content

Commit 7352ab7

Browse files
authored
Moving fully to GH actions. (#1288)
Signed-off-by: bwplotka <[email protected]>
1 parent e4ff34d commit 7352ab7

File tree

3 files changed

+7
-70
lines changed

3 files changed

+7
-70
lines changed

.circleci/config.yml

-63
This file was deleted.

.github/workflows/Circle-ci.yml renamed to .github/workflows/go.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: Test and Lint
2-
1+
---
2+
name: Go
33
on:
4-
push:
5-
branches:
6-
- main
74
pull_request:
5+
push:
86
branches:
97
- main
8+
- 'release-*'
109

1110
jobs:
1211
test:
12+
name: Tests
1313
runs-on: ubuntu-latest
1414

1515
strategy:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Prometheus Go client library
22

3-
[![CircleCI](https://circleci.com/gh/prometheus/client_golang/tree/main.svg?style=svg)](https://circleci.com/gh/prometheus/client_golang/tree/main)
4-
[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/client_golang)](https://goreportcard.com/report/github.com/prometheus/client_golang)
3+
[![CI](https://github.com/prometheus/client_golang/actions/workflows/ci.yml/badge.svg)](https://github.com/prometheus/client_golang/actions/workflows/ci.yml)
4+
[[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/client_golang)](https://goreportcard.com/report/github.com/prometheus/client_golang)
55
[![Go Reference](https://pkg.go.dev/badge/github.com/prometheus/client_golang.svg)](https://pkg.go.dev/github.com/prometheus/client_golang)
66
[![Slack](https://img.shields.io/badge/join%20slack-%23prometheus--client_golang-brightgreen.svg)](https://slack.cncf.io/)
77

0 commit comments

Comments
 (0)