Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions .github/workflows/lint-yaml.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
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
# Required context note: keep this workflow active for protected-branch status checks

on:

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

View workflow job for this annotation

GitHub Actions / lint-yaml

4:1 [truthy] truthy value should be one of [false, true]
push:
Expand Down Expand Up @@ -38,3 +36,4 @@
brackets:
min-spaces-inside: 0
max-spaces-inside: 1
# Lockfile sync note for #427 conflict clearance
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading