Skip to content

feat(hack): [KDL6-289] use minikube instead microk8s #35

feat(hack): [KDL6-289] use minikube instead microk8s

feat(hack): [KDL6-289] use minikube instead microk8s #35

name: "[Component] Linter"
on:
pull_request:
branches:
- main
paths:
- '**/Dockerfile'
jobs:
lint-dockerfile:
runs-on: ubuntu-latest
strategy:
matrix:
directory:
- app
- filebrowser
- mlflow
- project-operator
- repo-cloner
- user-tools-operator
steps:
- name: Checkout
uses: actions/checkout@v4
- name: "[${{ matrix.directory }}] Pass hadolint"
uses: hadolint/[email protected]
with:
dockerfile: ./${{ matrix.directory }}/Dockerfile
format: tty
config: ./.github/.hadolint.yml