Skip to content

Commit 5d96e03

Browse files
committed
actions, pull_request: Disable use_gitignore for json-yaml-validate
This gets rid of warning "error reading .gitignore file: Error: ENOENT: no such file or directory, open '.gitignore'"
1 parent 545f9af commit 5d96e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: GrantBirki/json-yaml-validate@e42e6ece9b97f2b220274c909a9a98e380c2c9fd # v3.2.1
3232
with:
3333
base_dir: configs
34+
use_gitignore: false
3435

3536
- name: Make sure total sum of reward weights doesn't change unless explicitly allowed
3637
run: |

0 commit comments

Comments
 (0)