Skip to content

Commit cded07a

Browse files
authored
build: fix workflow name and badge (#192)
1 parent 9bfa25f commit cded07a

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
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: Build
15+
name: Test
1616
on: [push, pull_request]
1717
jobs:
1818
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Google Maps TypeScript Guards
22

33
[![npm](https://img.shields.io/npm/v/@googlemaps/typescript-guards)](https://www.npmjs.com/package/@googlemaps/typescript-guards)
4-
![Build](https://github.com/googlemaps/js-typescript-guards/workflows/Build/badge.svg)
4+
![Build](https://github.com/googlemaps/js-typescript-guards/workflows/Test/badge.svg)
55
![Release](https://github.com/googlemaps/js-typescript-guards/workflows/Release/badge.svg)
66
[![codecov](https://codecov.io/gh/googlemaps/js-typescript-guards/branch/main/graph/badge.svg)](https://codecov.io/gh/googlemaps/js-typescript-guards)
77
![GitHub contributors](https://img.shields.io/github/contributors/googlemaps/js-typescript-guards?color=green)

0 commit comments

Comments
 (0)