Skip to content

Commit

Permalink
try 2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippNauck committed Aug 6, 2024
1 parent ed1e817 commit 9fe7ef1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
echo $OUTPUT
re="Number of DRC errors: [0-9]+"
if [[ $OUTPUT =~ $re ]]; then
if [[ $OUTPUT =~ $re ]]; then
echo ${BASH_REMATCH};
NumberRe="[0-9]+"
if [[ $BASH_REMATCH =~ $NumberRe ]]; then
if (($BASH_REMATCH == 0))
Expand Down
Binary file not shown.

0 comments on commit 9fe7ef1

Please sign in to comment.