Skip to content

Bump github/super-linter from 5.0.0 to 6 #484

Bump github/super-linter from 5.0.0 to 6

Bump github/super-linter from 5.0.0 to 6 #484

Workflow file for this run

name: Linter
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
linter:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
statuses: write # for github/super-linter/slim to mark status of each linter run
steps:
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
persist-credentials: false
- name: Lint Code Base
uses: github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7 # v6
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Markdown lint complains about the issue templates
FILTER_REGEX_EXCLUDE: .github/ISSUE_TEMPLATE/*
VALIDATE_YAML: false