Skip to content

Commit c616e3e

Browse files
committed
update examples in readme
1 parent e1d8472 commit c616e3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [x] Fails validation until all configured checklists in the pull request description are checked.
88
- [x] Automatic checklists triggered on files modified in the pull request.
99
- [x] Support for validating select lists i.e. radio button.
10-
- [x] [Job summary](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/) workflow report
10+
- [x] [Job summary](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/) workflow report.
1111

1212
## Configuration
1313

@@ -47,9 +47,9 @@ on:
4747
pull_request:
4848
types: [edited, opened, reopened]
4949

50-
name: Checklist Check
50+
name: Checkmate
5151
jobs:
52-
checkmate:
52+
validate-checklists:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v3
@@ -74,9 +74,9 @@ on:
7474
types: [edited, opened, reopened, synchronize]
7575
issue_comment:
7676
77-
name: Checklist Check
77+
name: Checkmate
7878
jobs:
79-
checkmate:
79+
validate-checklists:
8080
runs-on: ubuntu-latest
8181
steps:
8282
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)