multinet/.forgejo/workflows/dco.yml
Dmitrii Stepanov c4a6d20d37
All checks were successful
Tests and linters / Tests with -race (pull_request) Successful in 26s
Pre-commit hooks / Pre-commit (pull_request) Successful in 51s
Vulncheck / Vulncheck (pull_request) Successful in 45s
Tests and linters / Tests (pull_request) Successful in 1m3s
DCO action / DCO (pull_request) Successful in 1m10s
Tests and linters / gopls check (pull_request) Successful in 1m6s
Tests and linters / Run gofumpt (pull_request) Successful in 1m15s
Tests and linters / Staticcheck (pull_request) Successful in 1m26s
Tests and linters / Lint (pull_request) Successful in 2m4s
[#11] .forgejo: Add CI/CD checks
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-10-09 16:30:12 +03:00

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