From 07e2b2ea55e7123ca050963daae66143f2566691 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Fri, 12 Apr 2024 18:09:08 -0700 Subject: [PATCH] Remove Linter --- .github/workflows/main.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index efa8339..9fdb0d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,30 +23,6 @@ jobs: - name: Docker run run: docker run --entrypoint puppet-lint image -v - lint: - # Name the Job - name: Lint Code Base - # Set the agent to run on - runs-on: ubuntu-latest - - ################## - # Load all steps # - ################## - steps: - ########################## - # Checkout the code base # - ########################## - - name: Checkout Code - uses: actions/checkout@v4 - - ################################ - # Run Linter against code base # - ################################ - - name: Lint Code Base - uses: github/super-linter/slim@v5 - env: - VALIDATE_ALL_CODEBASE: true - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Push image to GitHub Packages. # See also https://docs.docker.com/docker-hub/builds/