testing lint

Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
André Bauer 2020-12-07 11:12:29 +01:00
parent 886dd9e0c7
commit d57881cfe5

View File

@ -60,10 +60,10 @@ jobs:
run: docker-compose config
build-and-run-docker-compose:
needs:
# - lint-bash-scripts
# - lint-docker-files
# - lint-docker-compose-file
# needs:
# - lint-bash-scripts
# - lint-docker-files
# - lint-docker-compose-file
timeout-minutes: 20
runs-on: ubuntu-20.04
steps:
@ -81,10 +81,10 @@ jobs:
run: .github/tests.sh
run-remote-image-docker-compose:
needs:
# - lint-bash-scripts
# - lint-docker-files
# - lint-docker-compose-file
# needs:
# - lint-bash-scripts
# - lint-docker-files
# - lint-docker-compose-file
timeout-minutes: 10
runs-on: ubuntu-20.04
steps: