Skip to content

Commit 333ea65

Browse files
committed
Try something else
1 parent a36c9db commit 333ea65

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/validate.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,10 @@ jobs:
185185

186186
- name: Find uses
187187
id: findprops
188-
uses: vrsoftbr/search-text@v1
188+
uses: omikkel/find-occurences@v1
189189
with:
190-
text: 'Tokens::$'
191-
include: '*.php'
192-
exclude-dir: '{.git}'
193-
error-on-find: true
190+
search-term: 'Tokens::$'
191+
file-types: '.php'
192+
check-all: true
193+
check-all-exclude: ':!:.git/*'
194+
should-fail: true

0 commit comments

Comments
 (0)