msse-ai-engineering / .yamllint
Seth McKnight
Update CI/CD workflow and enhance contributing guidelines (#51)
29c3655
---
# Repository yamllint configuration for msse-ai-engineering
# Relax rules that commonly conflict with GitHub Actions workflow formatting
extends: default
rules:
document-start: disable
truthy: disable
line-length:
max: 140
level: error