.forgejo: Fix dco action #43

Merged
fyrchik merged 2 commits from fyrchik/frostfs-contract:fix-dco into master 2023-10-19 08:38:55 +00:00
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
name: DCO action
on: [pull_request]
jobs:
@ -15,6 +16,6 @@ jobs:
go-version: '1.20'
- name: Run commit format checker
uses: https://git.alexvan.in/alexvanin/dco-go@v2
uses: https://git.frostfs.info/TrueCloudLab/dco-go@v2
with:
from: master
from: 'origin/${{ github.event.pull_request.base.ref }}'

View File

@ -1,3 +1,4 @@
name: Tests
on: [pull_request]
jobs: