Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
tilelang
Commits
8edd6941
You need to sign in or sign up before continuing.
Unverified
Commit
8edd6941
authored
Jul 30, 2025
by
Wenhao Xie
Committed by
GitHub
Jul 30, 2025
Browse files
Update ci.yml (#675)
parent
9c9e67eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.github/workflows/ci.yml
.github/workflows/ci.yml
+3
-0
No files found.
.github/workflows/ci.yml
View file @
8edd6941
...
@@ -37,6 +37,9 @@ jobs:
...
@@ -37,6 +37,9 @@ jobs:
cp main_repo/format.sh .
cp main_repo/format.sh .
rm -rf main_repo
rm -rf main_repo
if ! output=$(./format.sh 2>&1); then
if ! output=$(./format.sh 2>&1); then
echo "message:"
echo "$output"
echo "------------------------------------"
printf '%s\n' "$output" | grep "Please review and stage the changes."
printf '%s\n' "$output" | grep "Please review and stage the changes."
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment