Skip to content

Commit

Permalink
Add a badge and fix the CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonBoy committed Nov 20, 2020
1 parent e060e35 commit 5852f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Build
run: CFLAGS='-DWITH_XINERAMA=1' make
- name: Check
run: ./lemonbar -h
run: ./lemonbar -h || exit 0
2 changes: 2 additions & 0 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

lemonbar - Featherweight lemon-scented bar

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

=head1 SYNOPSIS

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>]
Expand Down

0 comments on commit 5852f34

Please sign in to comment.