Skip to content

Bump helm/kind-action from 1.5.0 to 1.10.0 #29

Bump helm/kind-action from 1.5.0 to 1.10.0

Bump helm/kind-action from 1.5.0 to 1.10.0 #29

Workflow file for this run

name: DCO
on:
pull_request:
jobs:
DCO:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check DCO
uses: cpanato/dco-check-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
pull_request_number: ${{ github.event.number }}