branch: elpa/flymake-collection
commit 46afe132148da1e3f989e25b00ee17ae4bf1716c
Author: Mohsin Kaleem <mohk...@kisara.moe>
Commit: Mohsin Kaleem <mohk...@kisara.moe>

    ci/cd: Update badge links and workflows
---
 .github/workflows/{build.yml => lint.yml} | 13 +------------
 .github/workflows/{build.yml => test.yml} | 16 +---------------
 README.org                                |  4 ++--
 3 files changed, 4 insertions(+), 29 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/lint.yml
similarity index 62%
copy from .github/workflows/build.yml
copy to .github/workflows/lint.yml
index 898684df39..612ccef4dd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/lint.yml
@@ -1,5 +1,5 @@
 ---
-name: build
+name: lint
 
 on:
   push:
@@ -10,17 +10,6 @@ on:
     - cron: "0 13 * * *"
 
 jobs:
-  test:
-    runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        emacs_branch: [emacs-28, master]
-
-    steps:
-      - uses: actions/checkout@v2
-      - name: Run test suite
-        run: make test EMACS_BRANCH="${{ matrix.emacs_branch }}"
-
   lint:
     runs-on: ubuntu-latest
     strategy:
diff --git a/.github/workflows/build.yml b/.github/workflows/test.yml
similarity index 53%
rename from .github/workflows/build.yml
rename to .github/workflows/test.yml
index 898684df39..16062a5e95 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/test.yml
@@ -1,5 +1,5 @@
 ---
-name: build
+name: test
 
 on:
   push:
@@ -20,17 +20,3 @@ jobs:
       - uses: actions/checkout@v2
       - name: Run test suite
         run: make test EMACS_BRANCH="${{ matrix.emacs_branch }}"
-
-  lint:
-    runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        emacs_version: [28.1, snapshot]
-
-    steps:
-      - uses: actions/checkout@v2
-      - uses: purcell/setup-emacs@master
-        with:
-          version: ${{ matrix.emacs_version }}
-      - name: Lint elisp
-        run: make lint
diff --git a/README.org b/README.org
index 6c50897f35..2ca61991ea 100644
--- a/README.org
+++ b/README.org
@@ -2,8 +2,8 @@
 #+AUTHOR: Mohsin Kaleem
 
 #+html: <p align="right">
-#+html: <a href="https://github.com/mohkale/flymake-collection"; alt="lint" 
style="margin-right: 4px;"><img 
src="https://github.com/mohkale/flymake-collection/workflows/lint/badge.svg"; 
/></a>
-#+html: <a href="https://github.com/mohkale/flymake-collection"; alt="lint" 
style="margin-right: 4px;"><img 
src="https://github.com/mohkale/flymake-collection/workflows/test/badge.svg"; 
/></a>
+#+html: <a href="https://github.com/mohkale/flymake-collection"; alt="lint" 
style="margin-right: 4px;"><img 
src="https://github.com/mohkale/flymake-collection/actions/workflows/lint.yml/badge.svg";
 /></a>
+#+html: <a href="https://github.com/mohkale/flymake-collection"; alt="lint" 
style="margin-right: 4px;"><img 
src="https://github.com/mohkale/flymake-collection/actions/workflows/test.yml/badge.svg";
 /></a>
 #+html: <a href="https://melpa.org/#/flymake-collection";><img align="center" 
alt="MELPA" src="https://melpa.org/packages/flymake-collection-badge.svg"/></a>
 #+html: </p>
 

Reply via email to