Skip to content

MsQuic supports quictls, not mainline OpenSSL. #21

MsQuic supports quictls, not mainline OpenSSL.

MsQuic supports quictls, not mainline OpenSSL. #21

Workflow file for this run

name: Lint JSON Files
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint-json:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint JSON Files
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSON: true
FILTER_REGEX_INCLUDE: .*data/.*
DEFAULT_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}