distribution/.forgejo/workflows/dco.yml
Pavel Pogodaev bdf2cf14b8
All checks were successful
/ Builds (1.21) (pull_request) Successful in 30s
/ Builds (1.22) (pull_request) Successful in 30s
/ DCO (pull_request) Successful in 48s
/ Vulncheck (pull_request) Successful in 1m18s
[#6] Add Forgejo Actions
Signed-off-by: Pavel Pogodaev <p.pogodaev@yadro.com>
2024-07-25 16:34:25 +03:00

20 lines
442 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.22'
- name: Run commit format checker
uses: https://git.frostfs.info/TrueCloudLab/dco-go@v3
with:
from: 'origin/${{ github.event.pull_request.base.ref }}'