diff options
| -rw-r--r-- | .github/workflows/ci.yml | 61 | ||||
| -rw-r--r-- | README.org | 1 |
2 files changed, 0 insertions, 62 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 517c6c9..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,61 +0,0 @@ -name: CI - -on: - push: - branches: [main] - pull_request: - branches: [main] - -jobs: - test: - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - # 27.1 is the package floor (see Eask / Package-Requires); the rest - # track the supported releases. snapshot is advisory. - emacs-version: - - "27.2" - - "28.2" - - "29.4" - - "30.1" - steps: - - uses: actions/checkout@v4 - - - uses: purcell/setup-emacs@master - with: - version: ${{ matrix.emacs-version }} - - - uses: emacs-eask/setup-eask@master - with: - version: "snapshot" - - - name: Install dependencies - run: make setup - - - name: Byte-compile (warnings are errors) - run: make compile - - - name: Lint (elisp-lint + checkdoc) - run: make lint - - - name: Run tests - run: make test - - # Advisory run against Emacs snapshot: surfaces upcoming breakage without - # blocking a merge when the dev build churns. - snapshot: - runs-on: ubuntu-latest - continue-on-error: true - steps: - - uses: actions/checkout@v4 - - uses: purcell/setup-emacs@master - with: - version: "snapshot" - - uses: emacs-eask/setup-eask@master - with: - version: "snapshot" - - run: make setup - - run: make compile - - run: make lint - - run: make test @@ -2,7 +2,6 @@ [[#features][Features]] | [[#installation][Installation]] | [[#quick-start][Quick Start]] | [[#commands][Commands]] | [[#configuration][Configuration]] | [[#development--testing][Development & Testing]] | [[#faq][FAQ]] | [[#history][History]] | [[#license][License]] -[[https://github.com/cjennings/pearl/actions/workflows/ci.yml][https://github.com/cjennings/pearl/actions/workflows/ci.yml/badge.svg]] [[https://www.gnu.org/licenses/gpl-3.0][https://img.shields.io/badge/License-GPLv3-blue.svg]] " /We like lists because we don't want to die./ " |
