Skip to content

chore(deps): bump aws-cdk-lib from 2.130.0 to 2.181.1 in /modules/fmops/sagemaker-hugging-face-endpoint #189

chore(deps): bump aws-cdk-lib from 2.130.0 to 2.181.1 in /modules/fmops/sagemaker-hugging-face-endpoint

chore(deps): bump aws-cdk-lib from 2.130.0 to 2.181.1 in /modules/fmops/sagemaker-hugging-face-endpoint #189

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 .