Skip to content

Bug fixes and schema fixes for certificate auth #28

Bug fixes and schema fixes for certificate auth

Bug fixes and schema fixes for certificate auth #28

Workflow file for this run

name: Linter
on: [pull_request]
jobs:
build:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4.1.7
- name: Lint Code Base
uses: github/super-linter@v6
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}