Skip to content

Commit 5852f34

Browse files
committed
Add a badge and fix the CI script
1 parent e060e35 commit 5852f34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Build
1919
run: CFLAGS='-DWITH_XINERAMA=1' make
2020
- name: Check
21-
run: ./lemonbar -h
21+
run: ./lemonbar -h || exit 0

README.pod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
lemonbar - Featherweight lemon-scented bar
44

5+
=for HTML <img src="https://github.com/LemonBoy/bar/workflows/Does%20this%20build%20look%20infected%3F/badge.svg">
6+
57
=head1 SYNOPSIS
68

79
I<lemonbar> [-h | -g I<width>B<x>I<height>B<+>I<x>B<+>I<y> | -o | -b | -d | -f I<font> | -p | -n I<name> | -u I<pixel> | -B I<color> | -F I<color> | -U I<color>]

0 commit comments

Comments
 (0)