Skip to content

Commit

Permalink
CI: Add yaml language server schema to allow ides to recognize yml files
Browse files Browse the repository at this point in the history
FYI: This will offer syntax highlighting and autocompletion when editing
those files in those IDEs (like VSCode).
  • Loading branch information
ParaskP7 committed Jul 5, 2024
1 parent 84afeef commit a14dc58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
---

common_params:
# Common plugin settings to use with the `plugins` key.
- &common_plugins
Expand Down

0 comments on commit a14dc58

Please sign in to comment.