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 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+
36This 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
1215name : reviewdog
16+
1317on : [pull_request]
18+
19+ permissions :
20+ contents : read
21+ pull-requests : write
22+
1423jobs :
1524 docker-build-check :
1625 name : docker-build-check
You can’t perform that action at this time.
0 commit comments