[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/wgrep cb68462114 1/2: remove redundant env
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/wgrep cb68462114 1/2: remove redundant env |
Date: |
Fri, 6 Dec 2024 10:00:56 -0500 (EST) |
branch: elpa/wgrep
commit cb68462114cec4e900b0a84f8cadd35dc487deb3
Author: Masahiro Hayashi <mhayashi1120@gmail.com>
Commit: Masahiro Hayashi <mhayashi1120@gmail.com>
remove redundant env
---
.github/workflows/test.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1949f7f835..9860560b1f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -31,7 +31,6 @@ jobs:
- snapshot
env:
EMACS_LINT_IGNORE: ${{ matrix.lint_ignore }}
- LANGTOOL_POPUP_IGNORE: ${{ matrix.ignore_popup }}
steps:
- uses: purcell/setup-emacs@master
with: