Skip to content

Commit 1e9e228

Browse files
authored
Merge pull request #6 from shmokmt/fix-readme
Fix readme
2 parents 06cc165 + 7ce4713 commit 1e9e228

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# GitHub Action: Run `docker build --check` with action-docker-build-check
22

3+
[![](https://img.shields.io/github/license/shmokmt/action-docker-build-check)](./LICENSE)
4+
[![Test](https://github.com/shmokmt/action-docker-build-check/actions/workflows/test.yml/badge.svg)](https://github.com/shmokmt/action-docker-build-check/actions/workflows/test.yml)
5+
36
This action runs `docker build --check` with reviewdog on pull requests to improve code review experience.
47

58
## Examples
@@ -10,7 +13,13 @@ This action runs `docker build --check` with reviewdog on pull requests to impro
1013

1114
```yaml
1215
name: reviewdog
16+
1317
on: [pull_request]
18+
19+
permissions:
20+
contents: read
21+
pull-requests: write
22+
1423
jobs:
1524
docker-build-check:
1625
name: docker-build-check

0 commit comments

Comments
 (0)