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

18 lines
510 B
YAML
Raw Normal View History

2023-07-15 18:23:43 +01:00
name: Lint
on: [push]
jobs:
2023-07-15 18:40:49 +01:00
lint:
2023-07-15 18:23:43 +01:00
runs-on: debian-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
2023-07-15 18:23:43 +01:00
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"