fix: nextProgID cares about ids in typedefs #386
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |