We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8cffe commit 5cf86d8Copy full SHA for 5cf86d8
.github/workflows/cron_iwyu.yml
@@ -32,6 +32,7 @@ jobs:
32
uses: seqan/actions/iwyu@main
33
with:
34
configure_path: .
35
+ additional_mapping: .github/config/custom.imp
36
token: ${{ secrets.SEQAN_ACTIONS_PAT }}
37
gpg_key: ${{ secrets.SEQAN_ACTIONS_GPG_KEY }}
38
gpg_passphrase: ${{ secrets.SEQAN_ACTIONS_GPG_PASSPHRASE }}
0 commit comments