This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
frostfs-rest-gw/.forgejo/workflows/dco.yml
Alex Vanin 9e1d004097 [#2] Add forgejo actions
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-06-28 17:45:04 +03:00

20 lines
395 B
YAML

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.20'
- name: Run commit format checker
uses: https://git.alexvan.in/alexvanin/dco-go@v1
with:
from: 2f41bf22