Skip to content

Fix annotation lookup in Lua MCL. #861

Fix annotation lookup in Lua MCL.

Fix annotation lookup in Lua MCL. #861

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
jobs:
super_linter:
name: Lint Code Base
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v5
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: (dse/mocks/examples/.*|dse/modelc/examples/doc/.*|doc/content/apis/modelc/examples/.*|doc/content/docs/examples/modelc/.*|doc/content/apis.*|(^|/)vendor/*)
VALIDATE_CPP: true
VALIDATE_DOCKERFILE: true
# VALIDATE_MARKDOWN: true
VALIDATE_YAML: true