Skip to content

Commit c02520b

Browse files
committed
CI: replace DCO check with github.com/probot/dco
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 2178a05 commit c02520b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,6 @@ on:
88
pull_request:
99

1010
jobs:
11-
project:
12-
name: Project Checks
13-
runs-on: ubuntu-20.04
14-
timeout-minutes: 20
15-
steps:
16-
- uses: actions/setup-go@v2
17-
with:
18-
go-version: 1.16.x
19-
- uses: actions/checkout@v2
20-
with:
21-
fetch-depth: 25
22-
- name: "Check DCO sign"
23-
run: |
24-
go get -u github.com/vbatts/git-validation
25-
./hack/validate-dco.sh
26-
2711
golangci-lint:
2812
runs-on: ubuntu-20.04
2913
timeout-minutes: 20

0 commit comments

Comments
 (0)