mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 10:14:12 -05:00
ci: use DavidAnson markdown lint GitHub Actions
This commit is contained in:
committed by
Jan De Dobbeleer
parent
c850e08572
commit
999a3a7b3a
@@ -1,3 +1,4 @@
|
||||
<!-- markdownlint-disable MD041 -->
|
||||
### Prerequisites
|
||||
|
||||
- [ ] I have read and understood the [contributing guide][CONTRIBUTING.md].
|
||||
@@ -12,8 +13,9 @@
|
||||
Tips:
|
||||
|
||||
If you're not comfortable with working with Git,
|
||||
we're working a guide (https://ohmyposh.dev/docs/contributing/git) to help you out.
|
||||
Oh My Posh advises GitKraken (https://www.gitkraken.com/invite/nQmDPR9D) as your preferred cross platform Git GUI power tool.
|
||||
we're working on a guide (https://ohmyposh.dev/docs/contributing/git) to help you out.
|
||||
Oh My Posh advises GitKraken (https://www.gitkraken.com/invite/nQmDPR9D)
|
||||
as your preferred cross platform Git GUI power tool.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "Generate a new Oh My Posh segment (code, registration, docs, schema, sidebar)"
|
||||
mode: 'agent'
|
||||
model: Claude Sonnet 4
|
||||
tools: ['githubRepo', 'codebase', 'createFile', 'editFiles', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'testFailure', 'usages']
|
||||
description: 'Generate a new Oh My Posh segment (code, registration, docs, schema, sidebar)'
|
||||
agent: 'agent'
|
||||
model: 'Claude Sonnet 4'
|
||||
tools: ['web/githubRepo', 'search/codebase', 'edit/createFile', 'edit/editFiles', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'execute/createAndRunTask', 'execute/runTask', 'read/getTaskOutput', 'execute/runTests', 'search', 'execute/testFailure', 'search/usages']
|
||||
---
|
||||
|
||||
## New Segment Prompt
|
||||
# New Segment Prompt
|
||||
|
||||
Provide the inputs below. Keep this prompt minimal;
|
||||
the detailed steps live in `.instructions/segment.md`.
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
- name: Lint files
|
||||
uses: articulate/actions-markdownlint@17b8abe7407cd17590c006ecc837c35e1ac3ed83
|
||||
uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101
|
||||
with:
|
||||
files: .
|
||||
config: .markdownlint.yaml
|
||||
globs: '**/*.md'
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
MD024: false
|
||||
MD014: false
|
||||
MD024: false
|
||||
MD038: false
|
||||
line-length:
|
||||
line_length: 120
|
||||
|
||||
Vendored
+8
-2
@@ -26,7 +26,13 @@
|
||||
"source.fixAll.markdownlint": "explicit"
|
||||
}
|
||||
},
|
||||
"markdownlint.ignore": [
|
||||
"**/agents.md"
|
||||
"markdownlint.lintWorkspaceGlobs": [
|
||||
"**/*.{md,mkd,mdwn,mdown,markdown,markdn,mdtxt,mdtext,workbook}",
|
||||
"!**/*.code-search",
|
||||
"!**/bower_components",
|
||||
"!**/node_modules",
|
||||
"!**/.git",
|
||||
"!**/vendor",
|
||||
"!**/AGENTS.md"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -23,7 +23,6 @@ Oh My Posh on [Windows Wednesdays][windows-wednesdays], I got the sudden urge to
|
||||
className="youtube"
|
||||
src="https://www.youtube.com/embed/uO_F5W2LbSk"
|
||||
title="Windows Wednesdays: Oh My Posh"
|
||||
frameBorder="0"
|
||||
referrerPolicy="strict-origin-when-cross-origin"
|
||||
loading="lazy"
|
||||
allowFullScreen
|
||||
|
||||
Reference in New Issue
Block a user