emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bnf-mode 349ca9b 14/43: Check for Errors in the Documen


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode 349ca9b 14/43: Check for Errors in the Documentation
Date: Mon, 20 Jan 2020 13:39:01 -0500 (EST)

branch: externals/bnf-mode
commit 349ca9b4b7cd50da720f9df1a161e4865550ea67
Author: Serghei Iakovlev <address@hidden>
Commit: Serghei Iakovlev <address@hidden>

    Check for Errors in the Documentation
---
 .github/workflows/build.yml | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8a7eec6..8c247b2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -67,5 +67,14 @@ jobs:
         run: echo "::set-env name=PATH::$HOME/.cask/bin:$PATH"
 
       - name: Fast Makefile Test
-        run: |
-          make help
+        run: make help
+
+      - name: Initialize the Project
+        run: make help
+
+      - name: Byte Compile BNF Mode
+        run: make build
+
+      - name: Check for Errors in the Documentation
+        if: matrix.emacs_version >= '25.1'
+        run: make checkdoc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]