frostfs-node/.forgejo/workflows/dco.yml
Alexander Chuprov f25b601e0a
Some checks failed
Vulncheck / Vulncheck (pull_request) Successful in 2m9s
Tests and linters / Staticcheck (pull_request) Successful in 4m26s
Tests and linters / Tests (1.21) (pull_request) Successful in 7m53s
Build / Build Components (1.21) (pull_request) Failing after 10m50s
Build / Build Components (1.22) (pull_request) Failing after 10m23s
DCO action / DCO (pull_request) Failing after 10m1s
Pre-commit hooks / Pre-commit (pull_request) Failing after 14m54s
Tests and linters / Lint (pull_request) Failing after 14m50s
Tests and linters / Tests (1.22) (pull_request) Failing after 14m46s
Tests and linters / Tests with -race (pull_request) Failing after 14m44s
Tests and linters / gopls check (pull_request) Failing after 14m34s
[#1269] .forgejo: Enable cache
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
2024-07-23 17:59:04 +03:00

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