[#46] .forgejo: Update DCO action
DCO action / DCO (pull_request) Successful in 1m6s Details

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
pull/46/head
Evgenii Stratonikov 2023-08-11 15:57:45 +03:00
parent 7de23fe789
commit 65c103e0f8
1 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
name: DCO action
on: [pull_request]
jobs:
@ -12,9 +13,9 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21'
- name: Run commit format checker
uses: https://git.alexvan.in/alexvanin/dco-go@v1
uses: https://git.frostfs.info/TrueCloudLab/dco-go@v2
with:
from: dca6ff62
from: 'origin/${{ github.event.pull_request.base.ref }}'