mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
lint_ignore extraneity now causes gha to fail immediately
This commit is contained in:
parent
c4a9013534
commit
faf42e39e7
1 changed files with 0 additions and 7 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -18,13 +18,6 @@ jobs:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
emacs_version: [25.1, 26.3, snapshot]
|
emacs_version: [25.1, 26.3, snapshot]
|
||||||
python-version: [3.7]
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
Loading…
Add table
Reference in a new issue