From 6d95b9e55010cc13d065d8bd57f6043b4cb01229 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 May 2021 00:41:34 +0100 Subject: [PATCH] docs(readme): add link to GitHub Actions workflow source --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfdd1aa..3c7db36 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,12 @@ See the [Releases][] page to download latest builds. ## Build Process Building Emacs is done using the [jimeh/build-emacs-for-macos][] build script, -executed within a GitHub Actions workflow. This is why macOS 10.15.x or later is -required, as it's the oldest version of macOS available in GitHub Actions. +executed within a GitHub Actions [workflow][]. This is why macOS 10.15.x or +later is required, as it's the oldest version of macOS available in GitHub +Actions. + +[workflow]: + https://github.com/jimeh/emacs-builds/blob/main/.github/workflows/build.yml Full history for all builds is available on GitHub Actions [here][actions].