mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
Streamline workflow step seperation (#2222)
* streamline workflow step separation * doh! Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
5966623b1a
commit
f2c4712c4f
5 changed files with 38 additions and 13 deletions
3
.github/workflows/linting.yml
vendored
3
.github/workflows/linting.yml
vendored
|
@ -20,16 +20,19 @@ jobs:
|
|||
uses: actions/checkout@v2.3.4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Hadolint
|
||||
run: |
|
||||
make hadolint
|
||||
env:
|
||||
HADOLINT_VERSION: 2.4.1
|
||||
|
||||
- name: ShellCheck
|
||||
run: |
|
||||
make shellcheck
|
||||
env:
|
||||
SHELLCHECK_VERSION: 0.7.2
|
||||
|
||||
- name: ECLint
|
||||
run: |
|
||||
make eclint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue