build: add YAML linting

PR-URL: https://github.com/nodejs/node/pull/40007
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
This commit is contained in:
Rich Trott
2021-09-05 05:59:24 -07:00
committed by Node.js GitHub Bot
parent 77c81cbc4a
commit 2b131a50e0
3 changed files with 33 additions and 5 deletions

5
.gitignore vendored
View File

@@ -9,9 +9,11 @@
!deps/**/.*
!test/fixtures/**/.*
!.clang-format
!.cpplint
!.editorconfig
!.eslintignore
!.eslintrc.js
!.eslintrc.yaml
!.flake8
!.gitattributes
!.github
@@ -19,8 +21,7 @@
!.gitkeep
!.mailmap
!.nycrc
!.eslintrc.yaml
!.cpplint
!.yamllint.yaml
# === Rules for root dir ===
/core