mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
added workflow to trigger script
This commit is contained in:
parent
e20ed8d3f4
commit
4561cbf379
2 changed files with 32 additions and 3 deletions
6
.github/workflows/testPatches.sh
vendored
6
.github/workflows/testPatches.sh
vendored
|
|
@ -4,11 +4,11 @@ update_line() {
|
|||
local line="$1" # line from opened file is passed in
|
||||
local testResult="$2" # result from git diff
|
||||
|
||||
echo "Processing line: $line with additional argument: $additional_argument"
|
||||
echo "Processing line: $line with additional argument: $testResult"
|
||||
}
|
||||
|
||||
wikiDirectory=./dwl.wiki
|
||||
dwlSrcDirectory=./dwl
|
||||
dwlSrcDirectory="$1"
|
||||
wikiDirectory="$2"
|
||||
patchRE="https://github\.com/[^/]+/[^/]+/compare/[^/]+\.patch"
|
||||
|
||||
for file in "$wikiDirectory"/*.md; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue