Skip to content

ci: fix deployment pipeline (#767) #168

ci: fix deployment pipeline (#767)

ci: fix deployment pipeline (#767) #168

Workflow file for this run

name: Lint Docs and Non-Go Code
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_GO: false
VALIDATE_KUBERNETES_KUBEVAL: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}