Skip to content

Bump actions/checkout from 5 to 6 in the actions-merge group #130

Bump actions/checkout from 5 to 6 in the actions-merge group

Bump actions/checkout from 5 to 6 in the actions-merge group #130

Workflow file for this run

---
name: Super Linter
on: # yamllint disable-line rule:truthy
push:
pull_request:
types: [assigned, opened, edited, synchronize, reopened]
permissions:
contents: read
pull-requests: read
packages: write
jobs:
build:
name: Lint Code Base
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Super-Linter
uses: super-linter/super-linter/slim@v8
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: (doc/content/.*|dse/ncodec/schema/.*)
VALIDATE_CPP: true
VALIDATE_DOCKERFILE: true
# VALIDATE_GO: true
VALIDATE_MARKDOWN: true
VALIDATE_YAML: true