mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 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
|
- name: Check for unreplaced "Since:" in the wiki
|
||||||
run: |
|
run: |
|
||||||
grep --recursive 'Since: next release' wiki && exit 1
|
if grep --recursive 'Since: next release' wiki; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user