From ce34998f1fde8a8ee45b60c20444f1df15984882 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Mon, 4 May 2020 19:54:26 +0300 Subject: [PATCH] dev: rename main workflow name --- .github/workflows/test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5651e44..8f33bf8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: "build-test" +name: "build-and-test" on: # rebuild any PRs and main branch changes pull_request: push: diff --git a/README.md b/README.md index 5b44767..6ca3dac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # golangci-lint-action -[![Build Status](https://github.com/golangci/golangci-lint-action/workflows/build-test/badge.svg)](https://github.com/golangci/golangci-lint-action/actions) +[![Build Status](https://github.com/golangci/golangci-lint-action/workflows/build-and-test/badge.svg)](https://github.com/golangci/golangci-lint-action/actions) ![GitHub Annotations](./static/annotations.png)