From 26ee555fc67131bbe69edd644dd8bea99577fb52 Mon Sep 17 00:00:00 2001 From: Quim Muntal Date: Sat, 6 Feb 2021 21:05:15 +0100 Subject: [PATCH] add gh actions badge --- .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 1bd7b31..162e2ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,5 @@ on: [push, pull_request] -name: Test +name: Build jobs: test: strategy: diff --git a/README.md b/README.md index add66ed..3578bf8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-![Build Status: master](https://travis-ci.org/google/draco.svg?branch=master) +[![Build Status](https://github.com/google/draco/workflows/Build/badge.svg)](https://github.com/google/draco/actions?query=workflow%3ABuild) News =======