Skip to content

Commit

Permalink
docs(readme): add workflow status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 21, 2023
1 parent 58456af commit 792a5f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
export MINEMACS_CI=1
MINEMACS_CI=1 HOME=$GITHUB_WORKSPACE/.. emacs --no-window-system --batch --script init.el 2>&1 | tee /tmp/emacs-run-output || echo "Exited with error code $?"
RUN_DATA=$(cat /tmp/emacs-run-output)
echo "Emacs complete output"
echo "$RUN_DATA"
WARNINGS=$(echo "$RUN_DATA" | sed '{/Warning/N;s/\n//;}' | grep Warning | sed -E 's/^(.*\.el)/- \*\*\1\*\*/')
LOAD_ERRORS=$(echo "$RUN_DATA" | grep -E "(Cannot load)|(Not found)" | sed 's/^/- /')
Expand Down
2 changes: 2 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* MinEmacs

[[https://github.com/abougouffa/minemacs/actions/workflows/build.yaml][https://github.com/abougouffa/minemacs/actions/workflows/build.yaml/badge.svg]]

*MinEmacs* is a lightweight Emacs configuration framework. The keybinding is
inspired by Doom Emacs.

Expand Down

0 comments on commit 792a5f5

Please sign in to comment.