mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Remove redundant '' as Linux does not need it.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
2
.github/workflows/whitespace.yml
vendored
2
.github/workflows/whitespace.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
-
|
||||
name: Remove Trailing Whitespaces
|
||||
run: |
|
||||
find . -not -path '*/\.git/*' -type f -not -name '*.go' -exec sed -i '' 's/[[:space:]]\{1,\}$//' {} \+
|
||||
find . -not -path '*/\.git/*' -type f -not -name '*.go' -exec sed -i 's/[[:space:]]\{1,\}$//' {} \+
|
||||
-
|
||||
name: Set up Git
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user