mirror of
https://github.com/casey/just.git
synced 2024-11-22 18:34:06 +03:00
Check for rg
in bin/forbid
(#859)
This commit is contained in:
parent
1b30cceab8
commit
73337524b2
@ -2,6 +2,8 @@
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
which rg
|
||||
|
||||
! rg \
|
||||
--glob !bin/forbid \
|
||||
--glob !CHANGELOG.md \
|
||||
|
Loading…
Reference in New Issue
Block a user