Skip to content

Commit 085fbb6

Browse files
Merge branch 'main' into ignore-pester-coverage-output
2 parents 8dce1d8 + ff935a5 commit 085fbb6

23 files changed

Lines changed: 111 additions & 457 deletions

.claude/CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Claude
2+
3+
@../AGENTS.md

.gitattributes

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
1-
# Needed for publishing of examples, build worker defaults to core.autocrlf=input.
2-
* text eol=autocrlf
3-
4-
*.mof text eol=crlf
5-
*.sh text eol=lf
6-
*.svg eol=lf
7-
8-
# Ensure any exe files are treated as binary
9-
*.exe binary
10-
*.jpg binary
11-
*.xl* binary
12-
*.pfx binary
13-
*.png binary
14-
*.dll binary
15-
*.so binary
1+
* text=auto eol=lf

.github/CODEOWNERS

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

.github/CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributing
2+
3+
Follow the central [MSX contribution workflow](https://msx.no/docs/Ways-of-Working/Contribution-Workflow/)
4+
and [MSX Ways of Working](https://msx.no/docs/Ways-of-Working/) for shared contribution guidance.
5+
6+
For framework-specific guidance, review the
7+
[Process-PSModule documentation](https://psmodule.io/Process-PSModule/).

.github/PSModule.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,11 @@
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-
51
Test:
62
CodeCoverage:
7-
PercentTarget: 0
8-
# Uncomment this to test faster by skipping some steps
9-
# TestResults:
10-
# Skip: true
11-
# SourceCode:
12-
# Skip: true
13-
# PSModule:
14-
# Skip: true
15-
# Module:
16-
# Windows:
17-
# Skip: true
18-
# MacOS:
19-
# Skip: true
20-
# Build:
21-
# Docs:
22-
# Skip: true
3+
PercentTarget: 80
234

245
Linter:
256
env:
267
VALIDATE_BIOME_FORMAT: false
278
VALIDATE_BIOME_LINT: false
28-
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
299
VALIDATE_JSCPD: false
3010
VALIDATE_JSON_PRETTIER: false
3111
VALIDATE_MARKDOWN_PRETTIER: false

.github/copilot-instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copilot instructions
2+
3+
Follow the instructions in [AGENTS.md](../AGENTS.md).

.github/dependabot.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
83
- package-ecosystem: github-actions
94
directory: /
10-
labels:
11-
- dependencies
12-
- github-actions
135
schedule:
14-
interval: daily
15-
cooldown:
16-
default-days: 7
6+
interval: cron
7+
cron: '0 0 */3 * *'

.github/linters/.markdown-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ MD007:
1414
MD013:
1515
line_length: 808 # Line length
1616
MD024: false # no-duplicate-heading, INPUTS and OUTPUTS _can_ be the same item
17+
MD025:
18+
front_matter_title: '' # Allow a body H1 alongside the front matter title
1719
MD026:
1820
punctuation: '.,;:!。,;:' # List of not allowed
1921
MD029: false # Ordered list item prefix

.github/linters/zizmor.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rules:
2+
unpinned-uses:
3+
config:
4+
policies:
5+
PSModule/Process-PSModule/.github/workflows/workflow.yml: ref-pin

.github/pull_request_template.md

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

0 commit comments

Comments
 (0)