From 84bafda24cb6cdf01d31c8df99895c36ab74b328 Mon Sep 17 00:00:00 2001 From: Borales Date: Sun, 13 Oct 2019 23:34:45 +0200 Subject: [PATCH] Removing ci.yml --- .github/workflows/ci.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index e8059fd..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: CI - -on: [push, pull_request] - -jobs: - run: - name: Check - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - uses: actions/setup-node@v1 - with: - node-version: 12 - - name: Docker Lint - uses: docker://replicated/dockerfilelint:latest - 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