@@ -29,7 +29,7 @@ docker run --rm -v $(pwd):/repo -w /repo \
29
29
-e GITHUB_ACCESS_TOKEN=" $GH_TOKEN " \
30
30
-e EXPERIMENTAL_CHECKS=" notowned" \
31
31
-e OWNER_CHECKER_REPOSITORY=" org-name/rep-name" \
32
- mszostok/codeowners-validator:v0.7.3
32
+ mszostok/codeowners-validator:v0.7.4
33
33
```
34
34
35
35
#### Command line
@@ -46,7 +46,7 @@ env REPOSITORY_PATH="." \
46
46
#### GitHub Action
47
47
48
48
``` yaml
49
- -
uses :
mszostok/[email protected] .3
49
+ -
uses :
mszostok/[email protected] .4
50
50
with :
51
51
checks : " files,owners,duppatterns,syntax"
52
52
experimental_checks : " notowned,avoid-shadowing"
@@ -70,13 +70,13 @@ Here is the recommended way to install `codeowners-validator`:
70
70
71
71
` ` ` bash
72
72
# binary installed into ./bin/
73
- curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/main/install.sh | sh -s v0.7.3
73
+ curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/main/install.sh | sh -s v0.7.4
74
74
75
75
# binary installed into $(go env GOPATH)/bin/codeowners-validator
76
- curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/main/install.sh | sh -s -- -b $(go env GOPATH)/bin v0.7.3
76
+ curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/main/install.sh | sh -s -- -b $(go env GOPATH)/bin v0.7.4
77
77
78
78
# In alpine linux (as it does not come with curl by default)
79
- wget -O - -q https://raw.githubusercontent.com/mszostok/codeowners-validator/main/install.sh | sh -s v0.7.3
79
+ wget -O - -q https://raw.githubusercontent.com/mszostok/codeowners-validator/main/install.sh | sh -s v0.7.4
80
80
81
81
# Print version. Add ` --short` to print just the version number.
82
82
codeowners-validator -v
@@ -86,7 +86,7 @@ You can also download [latest version](https://github.com/mszostok/codeowners-va
86
86
87
87
#### From Sources
88
88
89
- You can install
` codeowners-validator ` with
` go install github.com/mszostok/[email protected] .3 ` .
89
+ You can install
` codeowners-validator ` with
` go install github.com/mszostok/[email protected] .4 ` .
90
90
91
91
> NOTE: please use Go 1.16 or greater.
92
92
0 commit comments