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