infra/.gitea/workflows/lint-homelab.yml
Gabriel Simmer dba86d8a6f
All checks were successful
Lint / lint (push) Successful in 8s
Remove ansible scripts
2023-07-15 18:40:49 +01:00

18 lines
533 B
YAML

name: Lint
on: [push]
jobs:
lint:
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"