Skip to content

Flexray support via PDU Stream interface. #25

Flexray support via PDU Stream interface.

Flexray support via PDU Stream interface. #25

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@v4
with:
ref: main
fetch-depth: 0
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Super-Linter
uses: github/super-linter/slim@v6
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