frostfs-api/.forgejo/workflows/dco.yaml
Aleksey Savchuk 6bc2038f03
All checks were successful
DCO action / DCO (pull_request) Successful in 40s
Pre-commit hooks / Pre-commit (pull_request) Successful in 45s
Formatters / Run fmt (pull_request) Successful in 51s
[#58] .forgejo: Add forgejo actions
Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-09-03 15:11:29 +03:00

19 lines
458 B
YAML

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