git.frostfs.info/TrueCloudLab/frostfs-sdk-go@v0.0.0-20241022124111-5361f0ecebd3/.forgejo/workflows/dco.yml (about)

     1  name: DCO
     2  on: [pull_request]
     3  
     4  jobs:
     5    dco:
     6      name: DCO
     7      runs-on: ubuntu-latest
     8      steps:
     9        - uses: actions/checkout@v3
    10          with:
    11            fetch-depth: 0
    12  
    13        - name: Setup Go
    14          uses: actions/setup-go@v3
    15          with:
    16            go-version: '1.23'
    17  
    18        - name: Run commit format checker
    19          uses: https://git.frostfs.info/TrueCloudLab/dco-go@v3
    20          with:
    21            from: 'origin/${{ github.event.pull_request.base.ref }}'