From 29af044a7839b521d286d01c03be8a21827c2e4f Mon Sep 17 00:00:00 2001 From: Ryan Walmsley Date: Fri, 5 Feb 2021 20:59:30 +0000 Subject: [PATCH] Remove linting for now from this repo. --- .github/workflows/dockerlint.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/dockerlint.yaml diff --git a/.github/workflows/dockerlint.yaml b/.github/workflows/dockerlint.yaml deleted file mode 100644 index 7421e38b..00000000 --- a/.github/workflows/dockerlint.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: Lint -on: [push] -jobs: - lint: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@master - - name: lint - uses: luke142367/Docker-Lint-Action@v1.0.0 - with: - target: Dockerfile - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}