From 6c6d4289147199630cb7e8b6e60ba4ef58d10f3d Mon Sep 17 00:00:00 2001 From: PabloLec Date: Sat, 2 Oct 2021 17:16:05 +0200 Subject: [PATCH] Update workflows name --- .github/workflows/linux-tests.yml | 2 +- .github/workflows/macos-tests.yml | 2 +- .github/workflows/windows-tests.yml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux-tests.yml b/.github/workflows/linux-tests.yml index faf0000..e34cc2d 100644 --- a/.github/workflows/linux-tests.yml +++ b/.github/workflows/linux-tests.yml @@ -1,4 +1,4 @@ -name: tests +name: Linux on: [push, pull_request] diff --git a/.github/workflows/macos-tests.yml b/.github/workflows/macos-tests.yml index e5ce41e..e6851d0 100644 --- a/.github/workflows/macos-tests.yml +++ b/.github/workflows/macos-tests.yml @@ -1,4 +1,4 @@ -name: tests +name: macOS on: [push, pull_request] diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 69b4c2f..28419c0 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -1,4 +1,4 @@ -name: tests +name: Windows on: [push, pull_request] diff --git a/README.md b/README.md index de90966..44ed843 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # livelog -Work in progress +[![Linux](https://github.com/PabloLec/livelog/actions/workflows/linux-tests.yml/badge.svg)](https://github.com/PabloLec/livelog/actions/workflows/linux-tests.yml)[![macOS](https://github.com/PabloLec/livelog/actions/workflows/macos-tests.yml/badge.svg)](https://github.com/PabloLec/livelog/actions/workflows/macos-tests.yml)[![Windows](https://github.com/PabloLec/livelog/actions/workflows/windows-tests.yml/badge.svg)](https://github.com/PabloLec/livelog/actions/workflows/windows-tests.yml)