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 -------------------------------------------------