Experimental linting

This commit is contained in:
Gabriel Simmer 2023-07-15 18:23:43 +01:00
parent 312b6bc852
commit 45a192ef46
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -0,0 +1,18 @@
#
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"