dev: rename main workflow name

This commit is contained in:
Denis Isaev 2020-05-04 19:54:26 +03:00
parent 1e4a1137a8
commit ce34998f1f
No known key found for this signature in database
GPG Key ID: B1866FBC94B37EDF
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: "build-test" name: "build-and-test"
on: # rebuild any PRs and main branch changes on: # rebuild any PRs and main branch changes
pull_request: pull_request:
push: push:

View File

@ -1,6 +1,6 @@
# golangci-lint-action # 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) ![GitHub Annotations](./static/annotations.png)