Skip to content

Commit f257e7f

Browse files
committed
Update token_consistency.yaml
1 parent e253b30 commit f257e7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/token_consistency.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Check consistency of tokens.txt file
22

3+
# **Note** : To add a new token file for checks, include its path in:
4+
# - `on` -> `push` and `pull_request` sections
5+
# - `jobs` -> `check_tokens` -> `steps` -> Set global variable for multiple tokens.txt paths -> `TOKENS_FILES`
6+
37
on:
48
push:
59
paths:

0 commit comments

Comments
 (0)