File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
1817workflow "psscriptanalysis" {
1918 on = "pull_request"
2019 resolves = "PSScriptAnalyzer"
Original file line number Diff line number Diff 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
1817workflow "psscriptanalysis" {
1918 on = "pull_request"
2019 resolves = "PSScriptAnalyzer"
You can’t perform that action at this time.
0 commit comments