xk6-frostfs/.forgejo/workflows/dco.yml
Ekaterina Lebedeva 8a0b86d74b
All checks were successful
DCO action / DCO (pull_request) Successful in 59s
Tests and linters / Tests (1.23) (pull_request) Successful in 1m38s
Tests and linters / Tests (1.22) (pull_request) Successful in 1m46s
Tests and linters / Tests with -race (pull_request) Successful in 2m21s
Tests and linters / Lint (pull_request) Successful in 3m21s
[#161] go.mod: Bump go version to 1.22
Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-08-23 15:57:03 +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@v2
with:
from: 'origin/${{ github.event.pull_request.base.ref }}'