[#500] .forgejo: Add DCO action

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
remotes/1719572944621626874/fix/598-wc-test-panic
Evgenii Stratonikov 2023-07-11 13:48:27 +03:00 committed by Evgenii Stratonikov
parent b44a8dd46c
commit 4d2af137e9
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
name: DCO action
on: [pull_request]
jobs:
dco:
name: DCO
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Run commit format checker
uses: https://git.frostfs.info/TrueCloudLab/dco-go@v2
with:
from: 'origin/${{ github.event.pull_request.base.ref }}'