infra/.gitea/workflows/lint-homelab.yml

19 lines
553 B
YAML

#
name: Lint
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: debian-latest
steps:
- name: Checkout code
uses: https://github.com/RouxAntoine/checkout@v3.5.4
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"