diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1bb7b8..850c72e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,31 +23,6 @@ jobs: - name: Docker run run: docker run --entrypoint cdk image --version - - 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/