Skip to content

Commit

Permalink
Renames
Browse files Browse the repository at this point in the history
  • Loading branch information
rohancragg committed Jul 7, 2023
1 parent d8a8367 commit e88c884
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"msazurermtools.azurerm-vscode-tools",
"ms-azuretools.vscode-bicep",
"ms-azure-devops.azure-pipelines",
"github.vscode-github-actions",
"shuworks.vscode-table-formatter",
"streetsidesoftware.code-spell-checker",
"wmaurer.change-case",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# For action details see:
# https://aka.ms/ps-rule-action

name: Analyze repository
name: Analyze with PsRule

# Run for main or PRs against main
on:
Expand All @@ -18,6 +18,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
analyze:
Expand All @@ -27,7 +28,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Run analysis by using the PSRule GitHub action.
- name: Run PSRule analysis
uses: Microsoft/[email protected]
uses: microsoft/[email protected]
with:
modules: PSRule.Rules.Azure
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"msazurermtools.azurerm-vscode-tools",
"ms-azuretools.vscode-bicep",
"ms-azure-devops.azure-pipelines",
"github.vscode-github-actions",
"shuworks.vscode-table-formatter",
"streetsidesoftware.code-spell-checker",
"wmaurer.change-case",
Expand Down

0 comments on commit e88c884

Please sign in to comment.