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

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

[elpa] externals/ivy-hydra 0e3ac6c 2/2: Delete file not needed in elpa.g


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 0e3ac6c 2/2: Delete file not needed in elpa.git
Date: Sun, 19 Sep 2021 19:57:05 -0400 (EDT)

branch: externals/ivy-hydra
commit 0e3ac6cdc45e116163ac5cdb5800fdca71bd49ab
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Delete file not needed in elpa.git
    
    * .github/workflows/test.yml: Delete file used by GitHub CI.
---
 .github/workflows/test.yml | 52 ----------------------------------------------
 1 file changed, 52 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
deleted file mode 100644
index 11e6514..0000000
--- a/.github/workflows/test.yml
+++ /dev/null
@@ -1,52 +0,0 @@
-name: CI
-on:
-  pull_request:
-    paths-ignore:
-    - '**.md'
-    - '**.org'
-    - '.dir-locals.el'
-    - '.elpaignore'
-    - '.gitignore'
-    - 'doc/**'
-    branches:
-      - master
-  push:
-    paths-ignore:
-    - '**.md'
-    - '**.org'
-    - '.dir-locals.el'
-    - '.elpaignore'
-    - '.gitignore'
-    - 'doc/**'
-
-jobs:
-  build:
-    runs-on: ubuntu-latest
-    strategy:
-      fail-fast: false
-      matrix:
-        emacs_version:
-          - 24.5
-          - 25.1
-          - 25.2
-          - 25.3
-          - 26.1
-          - 26.2
-          - 26.3
-          - 27.1
-          - snapshot
-
-    steps:
-    - uses: purcell/setup-emacs@master
-      with:
-        version: ${{ matrix.emacs_version }}
-
-    - uses: actions/checkout@v2
-
-    - name: Check Emacs version
-      run: emacs --version
-
-    - name: Test
-      run: |
-        make deps
-        make test



reply via email to

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