Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/lint-yaml.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Lint YAML

Check warning on line 1 in .github/workflows/lint-yaml.yml

View workflow job for this annotation

GitHub Actions / lint-yaml

1:1 [document-start] missing document start "---"
# Validates all workflow and config YAML files
# Keeps required 'yamllint' status context available on protected branches

on:

Check warning on line 5 in .github/workflows/lint-yaml.yml

View workflow job for this annotation

GitHub Actions / lint-yaml

5:1 [truthy] truthy value should be one of [false, true]
push:
branches: [dev, insider]
paths: ['**.yml', '**.yaml']
Expand Down
Loading