From 404481c3dc455fda22b1c8ba9ba2eef314f50f5c Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 4 Oct 2022 16:12:12 +0200 Subject: [PATCH] fixed badge uri and workflow name --- .github/workflows/ci.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3eada6e..2ef504b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: build-tast-tablizer +name: build-and-test-tablizer on: [push, pull_request] jobs: build: diff --git a/README.md b/README.md index 48118f2..0f80098 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Actions](https://github.com/tlinden/tablizer/workflows/build/badge.svg)](https://github.com/tlinden/tablizer/actions) +[![Actions](https://github.com/tlinden/tablizer/actions/workflows/ci.yaml/badge.svg)](https://github.com/tlinden/tablizer/actions) [![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://github.com/tlinden/tablizer/blob/master/LICENSE) ## tablizer - Manipulate tabular output of other programs