Skip to content

build(deps): Bump github/super-linter from 5 to 6 #536

build(deps): Bump github/super-linter from 5 to 6

build(deps): Bump github/super-linter from 5 to 6 #536

Workflow file for this run

name: Lint Code
on:
pull_request:
branches:
- main
jobs:
lint:
name: Super Linter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint code base
uses: github/super-linter@v6
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_DOCKERFILE_HADOLINT: true
VALIDATE_BASH: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}