Skip to content

Commit

Permalink
example from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Feb 28, 2025
1 parent 0c43787 commit 89e542b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
fi
exit_code=1
echo "::error title=git-status::<$status_code> $file_path"
echo "::error file=app.js,line=1,col=5,endColumn=7,title=YOUR-TITLE::Missing semicolon"
done <<<"$(git status --porcelain)"
exit "$exit_code"
check:
Expand Down

0 comments on commit 89e542b

Please sign in to comment.