From 4b5c98612cf9e05f1a99aacf00d6c5e5d35a6ab3 Mon Sep 17 00:00:00 2001 From: Luca Capezzuto Date: Sat, 11 Jun 2022 12:00:07 +0200 Subject: [PATCH] README: add workflow badge Signed-off-by: Luca Capezzuto --- .github/workflows/main.yml | 5 ++--- README.rst | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70635ae..37957f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,9 +9,8 @@ jobs: linting: runs-on: ubuntu-latest steps: - - run: | - echo "Running tests triggered by a ${{ github.event_name }} event." - echo "Testing ${{ github.ref }} from ${{ github.repository }} on ${{ runner.os }}" + - run: echo "Running tests triggered by a ${{ github.event_name }} event." + - run: echo "Testing ${{ github.ref }} from ${{ github.repository }} on ${{ runner.os }}" - name: Check out code uses: actions/checkout@v3 - name: Run tests diff --git a/README.rst b/README.rst index 3d2f13f..616c7cd 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ Lain ==== +.. image:: https://github.com/lcpz/lain/actions/workflows/main.yml/badge.svg + ------------------------------------------------- Layouts, widgets and utilities for Awesome WM 4.x -------------------------------------------------