Skip to content

feat: Add mlflow-ai-gw-image module and update mlflow to 2.17.0 (#255) #126

feat: Add mlflow-ai-gw-image module and update mlflow to 2.17.0 (#255)

feat: Add mlflow-ai-gw-image module and update mlflow to 2.17.0 (#255) #126

name: Check YAML Files
on:
workflow_dispatch:
push:
branches:
- "main"
pull_request:
branches:
- "main"
- "release/*"
- "stable"
jobs:
lint:
name: YAML Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: yamllint --format github .