frostfs-contract/.forgejo/workflows/dco.yml
Alex Vanin 36f3d39c40
All checks were successful
/ DCO (pull_request) Successful in 1m3s
/ Tests (1.19) (pull_request) Successful in 1m26s
/ Tests (1.20) (pull_request) Successful in 3m5s
[#32] Add forgejo workflows
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-06-27 16:47:46 +03:00

20 lines
396 B
YAML

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.20'
- name: Run commit format checker
uses: https://git.alexvan.in/alexvanin/dco-go@v1
with:
from: e19fe15e