This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new abbe266  ci: the trailing whitespace check is already covered by 
editconfig (#5903)
abbe266 is described below

commit abbe266d35c7ce4e0173bf1b62b2175333187b2f
Author: 罗泽轩 <[email protected]>
AuthorDate: Fri Dec 24 15:49:51 2021 +0800

    ci: the trailing whitespace check is already covered by editconfig (#5903)
---
 .github/workflows/lint.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 9b9ac51..9ab6bf4 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -3,14 +3,6 @@ name: ❄️ Lint
 on: [pull_request]
 
 jobs:
-  trailing-whitespace:
-    name: 🌌 Trailing whitespace
-    runs-on: ubuntu-latest
-    timeout-minutes: 1
-    steps:
-      - uses: actions/[email protected]
-      - name: 🧹 Check for trailing whitespace
-        run: "! git grep -EIn $'[ \t]+$'"
   misc:
     name: misc checker
     runs-on: ubuntu-latest

Reply via email to