Skip to content

build(deps): bump super-linter/super-linter from 8.4.0 to 8.5.0 #411

build(deps): bump super-linter/super-linter from 8.4.0 to 8.5.0

build(deps): bump super-linter/super-linter from 8.4.0 to 8.5.0 #411

Workflow file for this run

---
name: Linting
on: # yamllint disable-line rule:truthy
push: null
pull_request: null
permissions: {}
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
- name: Lint Code Base
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_BIOME_FORMAT: false
VALIDATE_BIOME_LINT: false
VALIDATE_JSCPD: false
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_PYTHON_MYPY: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_PYTHON_RUFF_FORMAT: false
VALIDATE_SPELL_CODESPELL: false