mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
Fix of ShellCheck and doc update. Int testing updates. Added ShellCheck action. (#2)
This commit is contained in:
parent
a17195f03e
commit
726b0bb298
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -120,6 +120,8 @@ jobs:
|
|||
name: Release
|
||||
runs-on: ubuntu-20.04
|
||||
needs: integration-tests
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cycjimmy/semantic-release-action@v3
|
||||
|
|
Loading…
Reference in a new issue