| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,6 +23,11 @@ if [ ! -z "$(git status --porcelain)" ]; then | |||
| 23 | 23 | git diff --output="$RUNNER_TEMP/js.diff" | |
| 24 | 24 | cat "$RUNNER_TEMP/js.diff" >> $GITHUB_STEP_SUMMARY | |
| 25 | 25 | echo '```' >> $GITHUB_STEP_SUMMARY | |
| 26 | + | ||
| 27 | + # Reset bundled files to allow other checks to test for changes | ||
| 28 | + git checkout lib | ||
| 29 | + | ||
| 30 | + # Fail this check | ||
| 26 | 31 | exit 1 | |
| 27 | 32 | fi | |
| 28 | 33 | echo "Success: JavaScript files are up to date" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments