Skip to content

ToDo: Add kubeshark and kube-capacity #46

ToDo: Add kubeshark and kube-capacity

ToDo: Add kubeshark and kube-capacity #46

Workflow file for this run

# https://github.com/github/super-linter
name: Lint Code Base
on:
push:
pull_request:
branches: [master]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4
env:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MARKDOWN_CONFIG_FILE: .markdown-lint.yaml
# https://github.com/github/super-linter/issues/1601
VALIDATE_KUBERNETES_KUBEVAL: false