mirror of https://github.com/knative/caching.git
Update actions (#607)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
1a96127056
commit
b3aed5c4e2
|
@ -149,6 +149,7 @@ jobs:
|
||||||
git check-attr --stdin linguist-vendored | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
git check-attr --stdin linguist-vendored | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
||||||
git check-attr --stdin ignore-lint | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
git check-attr --stdin ignore-lint | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
||||||
grep -Ev '^(vendor/|third_party/|.git)' |
|
grep -Ev '^(vendor/|third_party/|.git)' |
|
||||||
|
grep -v '\.svg$' |
|
||||||
xargs misspell -i importas -error |
|
xargs misspell -i importas -error |
|
||||||
reviewdog -efm="%f:%l:%c: %m" \
|
reviewdog -efm="%f:%l:%c: %m" \
|
||||||
-name="github.com/client9/misspell" \
|
-name="github.com/client9/misspell" \
|
||||||
|
@ -179,6 +180,7 @@ jobs:
|
||||||
git check-attr --stdin linguist-vendored | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
git check-attr --stdin linguist-vendored | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
||||||
git check-attr --stdin ignore-lint | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
git check-attr --stdin ignore-lint | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
||||||
grep -Ev '^(vendor/|third_party/|.git)' |
|
grep -Ev '^(vendor/|third_party/|.git)' |
|
||||||
|
grep -v '\.svg$' |
|
||||||
xargs grep -nE " +$" |
|
xargs grep -nE " +$" |
|
||||||
reviewdog -efm="%f:%l:%m" \
|
reviewdog -efm="%f:%l:%m" \
|
||||||
-name="trailing whitespace" \
|
-name="trailing whitespace" \
|
||||||
|
@ -211,7 +213,8 @@ jobs:
|
||||||
git check-attr --stdin linguist-vendored | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
git check-attr --stdin linguist-vendored | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
||||||
git check-attr --stdin ignore-lint | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
git check-attr --stdin ignore-lint | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
||||||
grep -Ev '^(vendor/|third_party/|.git)' |
|
grep -Ev '^(vendor/|third_party/|.git)' |
|
||||||
grep -v '\.ai$')
|
grep -v '\.ai$' |
|
||||||
|
grep -v '\.svg$')
|
||||||
|
|
||||||
for x in $LINT_FILES; do
|
for x in $LINT_FILES; do
|
||||||
# Based on https://stackoverflow.com/questions/34943632/linux-check-if-there-is-an-empty-line-at-the-end-of-a-file
|
# Based on https://stackoverflow.com/questions/34943632/linux-check-if-there-is-an-empty-line-at-the-end-of-a-file
|
||||||
|
|
Loading…
Reference in New Issue