Skip to content

Commit e0def97

Browse files
committed
lint clean
1 parent 86d1f96 commit e0def97

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
files: ${{ steps.changed-files.outputs.all_changed_files }}
2929
includeGitignore: 'false'
30-
ignoreDefault: 'false'
30+
ignoreDefault: 'false'

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)
88

99
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.
1314

1415
## Examples
1516

@@ -62,8 +63,8 @@ jobs:
6263
ignoreDefault: 'false'
6364
```
6465
65-
6666
### Outputs example
67+
6768
```yaml
6869
steps:
6970
- uses: actions/checkout@v4
@@ -78,7 +79,7 @@ steps:
7879
run: echo "${{ steps.codeowners.outputs.missedFiles }}"
7980
```
8081
81-
8282
### Contributing
8383
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.

0 commit comments

Comments
 (0)