generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #561 from blakeblackshear/master
Merge minor master build changes back into `dev`
- Loading branch information
Showing
6 changed files
with
25 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,9 @@ jobs: | |
name: Pre-commit | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.5.2 | ||
uses: actions/checkout@v4.1.1 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/setup-python@v4.6.1 | ||
uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Install requirements | ||
|
@@ -37,7 +37,7 @@ jobs: | |
name: HACS | ||
steps: | ||
- name: Check out the repository | ||
uses: "actions/checkout@v3.5.2" | ||
uses: "actions/checkout@v4.1.1" | ||
|
||
- name: HACS validation | ||
uses: "hacs/[email protected]" | ||
|
@@ -49,7 +49,7 @@ jobs: | |
name: Hassfest | ||
steps: | ||
- name: Check out the repository | ||
uses: "actions/checkout@v3.5.2" | ||
uses: "actions/checkout@v4.1.1" | ||
|
||
- name: Hassfest validation | ||
uses: "home-assistant/actions/hassfest@master" | ||
|
@@ -59,9 +59,9 @@ jobs: | |
name: Run tests | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: "actions/checkout@v3.5.2" | ||
uses: "actions/checkout@v4.1.1" | ||
- name: Setup Python ${{ env.DEFAULT_PYTHON }} | ||
uses: "actions/setup-python@v4.6.1" | ||
uses: "actions/setup-python@v4.7.0" | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Install requirements | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"$schema":"https://inlang.com/schema/project-settings", | ||
"sourceLanguageTag": "en", | ||
"languageTags": ["de","en","pt_br","pt-BR"], | ||
"modules": [ | ||
"https://cdn.jsdelivr.net/npm/@inlang/plugin-json@4/dist/index.js", | ||
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@1/dist/index.js", | ||
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-identical-pattern@1/dist/index.js", | ||
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@1/dist/index.js", | ||
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@1/dist/index.js" | ||
], "plugin.inlang.json": { | ||
"pathPattern": "./custom_components/frigate/translations/{languageTag}.json" | ||
} | ||
} |