multinet/.forgejo/workflows/dco.yml
Dmitrii Stepanov 7620486bcb
Some checks failed
Tests and linters / Tests with -race (pull_request) Successful in 30s
Pre-commit hooks / Pre-commit (pull_request) Failing after 56s
Vulncheck / Vulncheck (pull_request) Successful in 50s
Tests and linters / Tests (pull_request) Successful in 1m14s
Tests and linters / gopls check (pull_request) Successful in 1m16s
DCO action / DCO (pull_request) Successful in 1m23s
Tests and linters / Run gofumpt (pull_request) Successful in 1m17s
Tests and linters / Staticcheck (pull_request) Successful in 1m36s
Tests and linters / Lint (pull_request) Successful in 2m16s
[#11] .forgejo: Add CI/CD checks
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-10-09 16:13:58 +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.22'
- name: Run commit format checker
uses: https://git.frostfs.info/TrueCloudLab/dco-go@v3
with:
from: 'origin/${{ github.event.pull_request.base.ref }}'