infra/.gitea/workflows/lint-homelab.yml
Gabriel Simmer 19b9aad07e
Move to mainline checkout actions
We're now running on git.gmem.ca so this workaround is no longer needed
2023-08-15 09:10:13 +01:00

18 lines
510 B
YAML

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"