Skip to content

Bump super-linter/super-linter from 6 to 7 (#174) #346

Bump super-linter/super-linter from 6 to 7 (#174)

Bump super-linter/super-linter from 6 to 7 (#174) #346

Workflow file for this run

---
name: Lint codebase
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint codebase
uses: super-linter/super-linter/slim@v7
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
IGNORE_GITIGNORED_FILES: true
VALIDATE_BASH: true
VALIDATE_CLANG_FORMAT: true
VALIDATE_DOCKERFILE_HADOLINT: true
VALIDATE_MARKDOWN: true
VALIDATE_SHELL_SHFMT: true
VALIDATE_YAML: true