mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-13 20:11:38 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54c9adbab1 | |||
| 0ef98d9a5c | |||
| 1a139ce6cc |
@@ -96,7 +96,7 @@ jobs:
|
|||||||
needs: integration-tests
|
needs: integration-tests
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cycjimmy/semantic-release-action@v2
|
- uses: cycjimmy/semantic-release-action@v3
|
||||||
with:
|
with:
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
@semantic-release/git
|
@semantic-release/git
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ inputs:
|
|||||||
output-file:
|
output-file:
|
||||||
required: false
|
required: false
|
||||||
description: 'The path where to save the linting results to'
|
description: 'The path where to save the linting results to'
|
||||||
default:
|
default: "/dev/stdout"
|
||||||
|
|
||||||
# standart hadolint options:
|
# standart hadolint options:
|
||||||
no-color:
|
no-color:
|
||||||
|
|||||||
Reference in New Issue
Block a user