Skip to content

Commit 13ccb78

Browse files
committed
set inline code syntax highlighting
1 parent 85844be commit 13ccb78

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Place the following in your `./github/main.workflow` file to run PSScriptAnalyze
1313

1414
> Make sure `secrets = ["GITHUB_TOKEN"]` is present as it is required to post a comment back to the pull request.
1515
16-
```
17-
16+
```hcl
1817
workflow "psscriptanalysis" {
1918
on = "pull_request"
2019
resolves = "PSScriptAnalyzer"

analyze/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Place the following in your `./github/main.workflow` file to run PSScriptAnalyze
1313

1414
> Make sure `secrets = ["GITHUB_TOKEN"]` is present as it is required to post a comment back to the pull request.
1515
16-
```
17-
16+
```hcl
1817
workflow "psscriptanalysis" {
1918
on = "pull_request"
2019
resolves = "PSScriptAnalyzer"

0 commit comments

Comments
 (0)