mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
Add problem matching for gcc and nxstyle to github actions
This commit is contained in:
committed by
Xiang Xiao
parent
8ae0a13b36
commit
0430c6ccc8
+1
-1
@@ -63,7 +63,7 @@ check_ranges() {
|
||||
check_file $path
|
||||
fi
|
||||
fi
|
||||
path=${BASH_REMATCH[3]}
|
||||
path=$(realpath "${BASH_REMATCH[3]}")
|
||||
ranges=""
|
||||
elif [[ $REPLY =~ @@\ -[0-9]+(,[0-9]+)?\ \+([0-9]+,[0-9]+)?\ @@.* ]]; then
|
||||
ranges+="-r ${BASH_REMATCH[2]} "
|
||||
|
||||
Reference in New Issue
Block a user