mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
CI: Fix grep check
This commit is contained in:
@@ -25,7 +25,9 @@ jobs:
|
||||
|
||||
- name: Check for unreplaced "Since:" in the wiki
|
||||
run: |
|
||||
grep --recursive 'Since: next release' wiki && exit 1
|
||||
if grep --recursive 'Since: next release' wiki; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user