name: Lint on: [push] jobs: lint: runs-on: debian-latest steps: - name: Checkout code uses: actions/checkout@v3.5.3 with: ref: trunk - name: Lint Code Base uses: https://github.com/super-linter/super-linter/slim@v5 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: trunk KUBERNETES_KUBEVAL_OPTIONS: "--schema-location https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/ --ignore-missing-schemas"