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:
|
||||
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
|
||||
|
|
|
@ -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
|
||||
-------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue