Skip to content

Commit 77150dc

Browse files
Add PSModule workflow configuration and remove jscpd linter settings (#8)
This pull request introduces configuration changes to the repository, primarily adding a new workflow configuration file and removing an old linter configuration file. Workflow configuration: * Added `.github/PSModule.yml` to configure the Process-PSModule workflow, specifying code coverage settings and providing commented examples for additional test and build options. Linter configuration: * Removed `.github/linters/.jscpd.json`, eliminating the previous configuration for the JSCPD code duplication linter.
1 parent 7f2e274 commit 77150dc

2 files changed

Lines changed: 21 additions & 10 deletions

File tree

.github/PSModule.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This file is used to configure the Process-PSModule workflow.
2+
# Reference:
3+
# - https://github.com/PSModule/Process-PSModule?tab=readme-ov-file#configuration
4+
5+
Test:
6+
CodeCoverage:
7+
PercentTarget: 95
8+
# TestResults:
9+
# Skip: true
10+
# SourceCode:
11+
# Skip: true
12+
# PSModule:
13+
# Skip: true
14+
# Module:
15+
# Windows:
16+
# Skip: true
17+
# MacOS:
18+
# Skip: true
19+
# Build:
20+
# Docs:
21+
# Skip: true

.github/linters/.jscpd.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)