Skip to content

Fix external model name resolution. #758

Fix external model name resolution.

Fix external model name resolution. #758

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@v7
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/.*|(^|/)vendor/)
VALIDATE_CPP: true
VALIDATE_DOCKERFILE: true
# VALIDATE_GO: true
VALIDATE_MARKDOWN: true
VALIDATE_YAML: true