Skip to content

Commit 640d1e4

Browse files
Merge branch 'openwrt:master' into feature_omit_zero_export
2 parents 237bf36 + c557629 commit 640d1e4

File tree

1,435 files changed

+35543
-34126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,435 files changed

+35543
-34126
lines changed

.circleci/Dockerfile

Lines changed: 0 additions & 93 deletions
This file was deleted.

.circleci/README

Lines changed: 0 additions & 6 deletions
This file was deleted.

.circleci/config.yml

Lines changed: 0 additions & 182 deletions
This file was deleted.

.github/workflows/Dockerfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/entrypoint.sh

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/formal.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ jobs:
3434
RET=1
3535
fi
3636
37+
author="$(git show -s --format=%aN $commit)"
38+
if echo $author | grep -q '\S\+\s\+\S\+'; then
39+
success "Author name ($author) seems ok"
40+
else
41+
err "Author name ($author) need to be your real name 'firstname lastname'"
42+
RET=1
43+
fi
44+
3745
subject="$(git show -s --format=%s $commit)"
3846
if echo "$subject" | grep -q -e '^[0-9A-Za-z,+/_-]\+: ' -e '^Revert ' -e '^CONTRIBUTING.md' -e '^README.md'; then
3947
success "Commit subject line seems ok ($subject)"

0 commit comments

Comments
 (0)