Skip to content

Commit

Permalink
Merge pull request #11 from frontmark/favmd-patch-1
Browse files Browse the repository at this point in the history
Update .github/workflows/linter.yml
  • Loading branch information
favmd authored Jul 12, 2024
2 parents 2ef0eb4 + 145b2c0 commit e2f0b34
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,23 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0

# Run linter against code base
- name: Lint Code Base
uses: github/super-linter/slim@v4.8.7
uses: super-linter/super-linter/slim@v6.6.0
env:
MULTI_STATUS: false
VALIDATE_ALL_CODEBASE: false
VALIDATE_DOCKERFILE: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_PYTHON_MYPY: false
VALIDATE_JSCPD: false
VALIDATE_CPP: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_CHECKOV: false
FILTER_REGEX_EXCLUDE: (ionos-cloud-init/datacenters/foobar/cloud-configs/.*.yaml)
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e2f0b34

Please sign in to comment.