File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# GitHub Action: Run ` docker build --check ` with action-docker-build-check
2
2
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
+
3
6
This action runs ` docker build --check ` with reviewdog on pull requests to improve code review experience.
4
7
5
8
## Examples
@@ -10,7 +13,13 @@ This action runs `docker build --check` with reviewdog on pull requests to impro
10
13
11
14
``` yaml
12
15
name : reviewdog
16
+
13
17
on : [pull_request]
18
+
19
+ permissions :
20
+ contents : read
21
+ pull-requests : write
22
+
14
23
jobs :
15
24
docker-build-check :
16
25
name : docker-build-check
You can’t perform that action at this time.
0 commit comments