Skip to content

Commit 4acaee7

Browse files
authored
Merge pull request #6 from Lombiq/issue/NEST-527
NEST-527: Grammar and adding Validate Pull Request workflow
2 parents 32d138b + 8651a22 commit 4acaee7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Validate Pull Request
2+
3+
on:
4+
pull_request_target:
5+
6+
jobs:
7+
validate-pull-request:
8+
name: Validate Pull Request
9+
uses: Lombiq/GitHub-Actions/.github/workflows/validate-submodule-pull-request.yml@dev

ShowOrchard.Theme/ShowOrchard.Theme.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<Target Name="MediaThemeDeploymentAfterTargets" AfterTargets="NpmDotnetPrebuild" />
7373

7474
<PropertyGroup>
75-
<!-- This must be defined after the Lombiq.Hosting.MediaTheme.Targets import to override property. -->
75+
<!-- This must be defined after the Lombiq.Hosting.MediaTheme.Targets import to override the property. -->
7676
<MediaThemeRecipeFileName>ShowOrchard.MediaTheme</MediaThemeRecipeFileName>
7777
<MediaThemeBaseId>Lombiq.BaseTheme</MediaThemeBaseId>
7878
</PropertyGroup>

0 commit comments

Comments
 (0)