File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- name : " Checkout source code at current commit"
12
12
uses : actions/checkout@v2
13
- - uses : mszostok/codeowners-validator@v0.6.0
13
+ - uses : mszostok/codeowners-validator@v0.7.1
14
14
if : github.event.pull_request.head.repo.full_name == github.repository
15
15
name : " Full check of CODEOWNERS"
16
16
with :
20
20
checks : " syntax,owners,duppatterns"
21
21
# GitHub access token is required only if the `owners` check is enabled
22
22
github_access_token : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
23
- - uses : mszostok/codeowners-validator@v0.6.0
23
+ - uses : mszostok/codeowners-validator@v0.7.1
24
24
if : github.event.pull_request.head.repo.full_name != github.repository
25
25
name : " Syntax check of CODEOWNERS"
26
26
with :
You can’t perform that action at this time.
0 commit comments