Skip to content

Commit c3e5eb9

Browse files
🩹 [Patch]: Update README and action.yml to specify default path for code testing
1 parent bb9468f commit c3e5eb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Invoke PSScriptAnalyzer
8686
uses: PSModule/Invoke-ScriptAnalyzer@v2
8787
with:
88-
Path: ${{ github.workspace }}
88+
Path: src
8989
Settings: SourceCode
9090
```
9191

‎action.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ inputs:
99
Path:
1010
description: The path to the code to test.
1111
required: false
12+
default: '.'
1213
Settings:
1314
description: The type of tests to run. Can be either 'Module', 'SourceCode' or 'Custom'.
1415
required: false

0 commit comments

Comments
 (0)