Skip to content

Commit

Permalink
Moving fully to GH actions.
Browse files Browse the repository at this point in the history
Signed-off-by: bwplotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka committed Jun 8, 2023
1 parent 781ea28 commit 7c68a89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 70 deletions.
63 changes: 0 additions & 63 deletions .circleci/config.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/Circle-ci.yml → .github/workflows/go.yml
@@ -1,15 +1,15 @@
name: Test and Lint

---
name: Go
on:

Check warning on line 3 in .github/workflows/go.yml

View workflow job for this annotation

GitHub Actions / Analyze (go)

3:1 [truthy] truthy value should be one of [false, true]
push:
branches:
- main
pull_request:
push:
branches:
- main
- 'release-*'

jobs:
test:
name: Tests
runs-on: ubuntu-latest

strategy:
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# Prometheus Go client library

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

Expand Down

0 comments on commit 7c68a89

Please sign in to comment.