Skip to content

Commit b87d817

Browse files
🩹 [Refactor]: Remove continue-on-error from super-linter step for stricter error handling; update Test-PSModuleTest function to include a detailed description
1 parent d5e847c commit b87d817

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎.github/workflows/workflow.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ jobs:
134134
- name: Lint code base
135135
id: super-linter
136136
uses: super-linter/super-linter@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
137-
continue-on-error: true
138137
env:
139138
GITHUB_TOKEN: ${{ github.token }}
140139
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: false

‎tests/srcWithManifestTestRepo/src/functions/public/Test-PSModuleTest.ps1‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
.SYNOPSIS
44
Performs tests on a module.
55
6+
.DESCRIPTION
7+
Performs tests on a module. bug fix
8+
69
.EXAMPLE
710
Test-PSModule -Name 'World'
811

0 commit comments

Comments
 (0)