From ab1419e4cbe21653d4d16f60c7832756b51b6b74 Mon Sep 17 00:00:00 2001 From: Borales Date: Sun, 13 Oct 2019 22:43:10 +0200 Subject: [PATCH] Workflow test --- .github/workflows/ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74d35e4..4eaf0c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,15 +11,15 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 12 - - name: Docker Lint - uses: docker://replicated/dockerfilelint - with: - args: Dockerfile - - name: Shell Lint - uses: actions/bin/shellcheck@master - with: - args: entrypoint.sh - - name: Test - uses: actions/bin/bats@master - with: - args: test/*.bats +# - name: Docker Lint +# uses: docker://replicated/dockerfilelint +# with: +# args: Dockerfile +# - name: Shell Lint +# uses: actions/bin/shellcheck@master +# with: +# args: entrypoint.sh +# - name: Test +# uses: actions/bin/bats@master +# with: +# args: test/*.bats