Skip to content

chore(deps): bump urllib3 from 1.26.19 to 2.5.0 in /modules/sagemaker/sagemaker-templates-service-catalog #294

chore(deps): bump urllib3 from 1.26.19 to 2.5.0 in /modules/sagemaker/sagemaker-templates-service-catalog

chore(deps): bump urllib3 from 1.26.19 to 2.5.0 in /modules/sagemaker/sagemaker-templates-service-catalog #294

Workflow file for this run

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 .