Browse Source

Added .yamllint to reposync

Signed-off-by: Levi Harrison <git@leviharrison.dev>
pull/8995/head
Levi Harrison 3 years ago
parent
commit
b0df5d9568
No known key found for this signature in database
GPG Key ID: 23A7BDEAE860B57D
  1. 2
      scripts/sync_repo_files.sh

2
scripts/sync_repo_files.sh

@ -37,7 +37,7 @@ if [ -z "${GITHUB_TOKEN}" ]; then
fi
# List of files that should be synced.
SYNC_FILES="CODE_OF_CONDUCT.md LICENSE Makefile.common SECURITY.md"
SYNC_FILES="CODE_OF_CONDUCT.md LICENSE Makefile.common SECURITY.md .yamllint"
# Go to the root of the repo
cd "$(git rev-parse --show-cdup)" || exit 1

Loading…
Cancel
Save