File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
files : ${{ steps.changed-files.outputs.all_changed_files }}
29
29
includeGitignore : ' false'
30
- ignoreDefault : ' false'
30
+ ignoreDefault : ' false'
Original file line number Diff line number Diff line change 7
7
[ ![ Coverage] ( ./badges/coverage.svg )] ( ./badges/coverage.svg )
8
8
9
9
This action can:
10
- * Check if all files are covered by a CODEOWNERS Rule
11
- * Check if all modified files are covered by a CODEOWNERS Rule. (PR)
12
- * Check if all CODEOWNER rules are used.
10
+
11
+ - Check if all files are covered by a CODEOWNERS Rule
12
+ - Check if all modified files are covered by a CODEOWNERS Rule. (PR)
13
+ - Check if all CODEOWNER rules are used.
13
14
14
15
## Examples
15
16
62
63
ignoreDefault : ' false'
63
64
` ` `
64
65
65
-
66
66
### Outputs example
67
+
67
68
` ` ` yaml
68
69
steps :
69
70
- uses : actions/checkout@v4
78
79
run : echo "${{ steps.codeowners.outputs.missedFiles }}"
79
80
` ` `
80
81
81
-
82
82
### Contributing
83
83
84
- See: https://github.com/actions/typescript-action on how to run, test and contribute to github actions.
84
+ See: https://github.com/actions/typescript-action on how to run, test and
85
+ contribute to github actions.
You can’t perform that action at this time.
0 commit comments