-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add linting step for YAML files to GHA workflow
- Loading branch information
Showing
21 changed files
with
57 additions
and
17 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
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,8 @@ | ||
*out | ||
*logs | ||
*actions | ||
*notifications | ||
*tools | ||
plugins | ||
user_trunk.yaml | ||
user.yaml |
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,6 @@ | ||
rules: | ||
quoted-strings: | ||
required: false | ||
key-duplicates: {} | ||
octal-values: | ||
forbid-implicit-octal: true |
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,20 @@ | ||
# This file controls the behavior of Trunk: https://docs.trunk.io/cli | ||
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml | ||
version: 0.1 | ||
cli: | ||
version: 1.17.2 | ||
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) | ||
plugins: | ||
sources: | ||
- id: trunk | ||
ref: v1.3.0 | ||
uri: https://github.com/trunk-io/plugins | ||
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) | ||
runtimes: | ||
enabled: | ||
- [email protected] | ||
- [email protected] | ||
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) | ||
lint: | ||
enabled: | ||
- [email protected] |
Submodule Lombiq.HelpfulLibraries
updated
7 files
Submodule Lombiq.OrchardCoreApiClient
updated
4 files
+4 −13 | Lombiq.OrchardCoreApiClient/ApiClient.cs | |
+13 −0 | Lombiq.OrchardCoreApiClient/Interfaces/IOrchardCoreApi.cs | |
+1 −0 | Lombiq.OrchardCoreApiClient/Models/TenantApiModel.cs | |
+0 −13 | Readme.md |
Submodule Lombiq.DataTables
updated
2 files
+1 −1 | Lombiq.DataTables/package.json | |
+14 −8 | Lombiq.DataTables/pnpm-lock.yaml |
Submodule Lombiq.Hosting.Azure.ApplicationInsights
updated
9 files
Submodule Lombiq.Hosting.Tenants
updated
7 files
Submodule Lombiq.JsonEditor
updated
3 files
+1 −2 | Lombiq.JsonEditor/Assets/Styles/json-editor.scss | |
+1 −1 | Lombiq.JsonEditor/package.json | |
+7 −7 | Lombiq.JsonEditor/pnpm-lock.yaml |
Submodule Lombiq.TrainingDemo
updated
2 files
+2 −5 | Controllers/CrossTenantServicesController.cs | |
+0 −2 | Controllers/FileManagementController.cs |
Submodule Lombiq.VueJs
updated
6 files
Submodule Lombiq.BaseTheme
updated
8 files
Submodule Lombiq.NodeJs.Extensions
updated
10 files
Submodule Lombiq.UITestingToolbox
updated
61 files
Submodule Lombiq.Analyzers.PowerShell
updated
1 files
+2 −22 | .github/workflows/static-code-analysis.yml |
Submodule Lombiq.GitHub.Actions
updated
29 files