Skip to content

chore: fix comments in BETA regression test #272

chore: fix comments in BETA regression test

chore: fix comments in BETA regression test #272

Workflow file for this run

name: Check DCO
on:
pull_request:
merge_group:
jobs:
check-dco:
permissions:
checks: write
contents: read
pull-requests: read
statuses: write
runs-on: ubuntu-latest
steps:
- name: Check DCO
uses: hackworthltd/dcoapp@v1.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}