From 378c9a2f2c396ac1323ebfcc599642a7e46ac133 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Tue, 3 Aug 2021 13:45:09 -0700 Subject: [PATCH] Switch build status badge from TravisCI to GitHub --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dcfde31..bc0402c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![Build Status](https://travis-ci.org/koalaman/shellcheck.svg?branch=master)](https://travis-ci.org/koalaman/shellcheck) +[![Build Status](https://github.com/koalaman/shellcheck/actions/workflows/build.yml/badge.svg)](https://github.com/koalaman/shellcheck/actions/workflows/build.yml) + # ShellCheck - A shell script static analysis tool