From e84c53094d9c36934e74144aeaa00112742e4ddd Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Wed, 23 Sep 2020 08:52:17 -0600 Subject: GitHub Actions tweaks --- .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 1843166..5d83c6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,5 @@ on: [pull_request] -name: Test +name: test jobs: short: strategy: diff --git a/README.md b/README.md index 3838411..ff568d7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Immutable ![release](https://img.shields.io/github/release/benbjohnson/immutable.svg) ![test](https://github.com/benbjohnson/immutable/workflows/Test/badge.svg) ![coverage](https://img.shields.io/codecov/c/github/benbjohnson/immutable/master.svg) ![license](https://img.shields.io/github/license/benbjohnson/immutable.svg) +Immutable ![release](https://img.shields.io/github/release/benbjohnson/immutable.svg) ![test](https://github.com/benbjohnson/immutable/workflows/test/badge.svg) ![coverage](https://img.shields.io/codecov/c/github/benbjohnson/immutable/master.svg) ![license](https://img.shields.io/github/license/benbjohnson/immutable.svg) ========= This repository contains immutable collection types for Go. It includes -- cgit v1.2.3