Skip to content

Commit ce34998

Browse files
committed
dev: rename main workflow name
1 parent 1e4a113 commit ce34998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "build-test"
1+
name: "build-and-test"
22
on: # rebuild any PRs and main branch changes
33
pull_request:
44
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# golangci-lint-action
22

3-
[![Build Status](https://github.com/golangci/golangci-lint-action/workflows/build-test/badge.svg)](https://github.com/golangci/golangci-lint-action/actions)
3+
[![Build Status](https://github.com/golangci/golangci-lint-action/workflows/build-and-test/badge.svg)](https://github.com/golangci/golangci-lint-action/actions)
44

55
![GitHub Annotations](./static/annotations.png)
66

0 commit comments

Comments
 (0)