mirror of https://github.com/lcpz/lain.git
README: add workflow badge
Signed-off-by: Luca Capezzuto <luca.cpz@gmail.com>
This commit is contained in:
parent
853946b665
commit
4b5c98612c
|
@ -9,9 +9,8 @@ jobs:
|
||||||
linting:
|
linting:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: echo "Running tests triggered by a ${{ github.event_name }} event."
|
||||||
echo "Running tests triggered by a ${{ github.event_name }} event."
|
- run: echo "Testing ${{ github.ref }} from ${{ github.repository }} on ${{ runner.os }}"
|
||||||
echo "Testing ${{ github.ref }} from ${{ github.repository }} on ${{ runner.os }}"
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Lain
|
Lain
|
||||||
====
|
====
|
||||||
|
|
||||||
|
.. image:: https://github.com/lcpz/lain/actions/workflows/main.yml/badge.svg
|
||||||
|
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
Layouts, widgets and utilities for Awesome WM 4.x
|
Layouts, widgets and utilities for Awesome WM 4.x
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue