From faf42e39e7b110c03040fde2a6fbcad504b620b3 Mon Sep 17 00:00:00 2001 From: dickmao Date: Tue, 17 Mar 2020 18:50:02 -0400 Subject: [PATCH] lint_ignore extraneity now causes gha to fail immediately --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41db8ce..152032c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,13 +18,6 @@ jobs: os: [ubuntu-latest, macos-latest] emacs_version: [25.1, 26.3, snapshot] python-version: [3.7] - include: - - emacs_version: 24.1 - lint_ignore: 1 - - emacs_version: 24.2 - lint_ignore: 1 - env: - EMACS_LINT_IGNORE: ${{ matrix.lint_ignore }} steps: - uses: actions/checkout@v1