2023-05-31 16:24:17 +00:00
|
|
|
on: [pull_request]
|
2021-05-21 15:45:01 +00:00
|
|
|
|
|
|
|
jobs:
|
2023-05-31 16:24:17 +00:00
|
|
|
dco:
|
|
|
|
name: DCO
|
2021-05-21 15:45:01 +00:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-05-31 16:24:17 +00:00
|
|
|
- uses: actions/checkout@v3
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
|
|
|
|
|
|
|
- name: Setup Go
|
|
|
|
uses: actions/setup-go@v3
|
|
|
|
with:
|
2023-08-28 11:06:46 +00:00
|
|
|
go-version: '1.21'
|
2023-05-31 16:24:17 +00:00
|
|
|
|
|
|
|
- name: Run commit format checker
|
2023-07-18 12:15:14 +00:00
|
|
|
uses: https://git.frostfs.info/TrueCloudLab/dco-go@v1
|
2023-05-31 16:24:17 +00:00
|
|
|
with:
|
|
|
|
from: 3fbad97a
|