Skip to content

Commit

Permalink
Remove Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Apr 13, 2024
1 parent 5e0bb22 commit 07e2b2e
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 07e2b2e

Please sign in to comment.