Make minor workflow revisions and fix dedupe precommit (#15399)

This commit is contained in:
Steve Repsher
2023-02-14 07:03:16 -05:00
committed by GitHub
parent a13e2af17a
commit ec66e8331e
6 changed files with 26 additions and 38 deletions

View File

@ -5,5 +5,5 @@ module.exports = {
'printf "%s\n" "Translation files should not be added or modified here. Instead, make the necessary modifications in src/translations/en.json. Other languages are managed externally. Please see https://developers.home-assistant.io/docs/translations/ for details." ' +
files.join(" ") +
" >&2 && exit 1",
"/yarn.lock": () => "yarn dedupe",
"yarn.lock": () => "yarn dedupe",
};