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

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

[elpa] externals/beardbolt 865d5a8c1a 111/323: Clean up CI config


From: ELPA Syncer
Subject: [elpa] externals/beardbolt 865d5a8c1a 111/323: Clean up CI config
Date: Thu, 9 Mar 2023 10:58:22 -0500 (EST)

branch: externals/beardbolt
commit 865d5a8c1ad892f570677e480864062fe06f295f
Author: Jay Kamat <jaygkamat@gmail.com>
Commit: Jay Kamat <jaygkamat@gmail.com>

    Clean up CI config
---
 .gitlab-ci.yml  | 4 ++--
 rmsbolt-java.el | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index daa4856f92..d58ba83b70 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,9 @@
 stages:
-  - build
+  - test
 
 test:
   image: jgkamat/emacs:25.2-cask
-  stage: build
+  stage: test
   script:
     - cask
     - cask exec ert-runner
diff --git a/rmsbolt-java.el b/rmsbolt-java.el
index d429856284..1606d359e6 100644
--- a/rmsbolt-java.el
+++ b/rmsbolt-java.el
@@ -22,7 +22,7 @@
 
 ;;; Commentary:
 
-;; The java bytecode dissasembler format is rather obtuse. This library tries
+;; The java bytecode disassembler format is rather obtuse. This library tries
 ;; to make a programatic layer for interacting with it. It's main aim is
 ;; correlating lines in source code to the generated output.
 ;;



reply via email to

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