We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9dfab commit 31d0c6bCopy full SHA for 31d0c6b
1 file changed
.github/workflows/test.yaml
@@ -114,3 +114,8 @@ jobs:
114
config: '.config/.markdownlint.yaml'
115
globs: |
116
**/README.md
117
+
118
+ - name: Lint Dockerfile
119
+ uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
120
+ with:
121
+ dockerfile: ./docker/Dockerfile-*
0 commit comments