diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e125521..fbeaa96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ # this notice are preserved. This file is offered as-is, without any warranty. # -name: build-ctlseqs +name: build on: push @@ -27,7 +27,7 @@ jobs: run: | sudo apt update -qq sudo apt install -qq ${packages} - - name: Install dependencies (homebrew) + - name: Install dependencies (Homebrew) if: ${{ matrix.os == 'macos-latest' }} run: | brew update @@ -40,5 +40,3 @@ jobs: run: make - name: Run tests run: make check - - name: Install - run: make install diff --git a/README.md b/README.md index 425d91a..b772da4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ this notice are preserved. This file is offered as-is, without any warranty. # README -[![Travis CI](https://travis-ci.com/CismonX/ctlseqs.svg)](https://travis-ci.com/CismonX/ctlseqs) +[![GitHub Actions](https://github.com/CismonX/ctlseqs/workflows/build/badge.svg)](https://github.com/CismonX/ctlseqs/actions) [![LICENSE](https://img.shields.io/badge/license-GPL--3.0--or--later-blue.svg)](COPYING) ctlseqs - helper library for terminal control sequences