Skip to content

Commit

Permalink
troubleshooting git status
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Nov 4, 2024
1 parent 97a09fb commit 602c9e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/check_tech_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ sphinx-apidoc -fM -o ./tests/WE2E ../../tests/WE2E

# Check for mismatch between what comes out of this action and what is in the PR.
status=`git status -s`
echo "...${status}..."

if [ -n ${status} ]; then
echo "${status}"
Expand Down

0 comments on commit 602c9e9

Please sign in to comment.