Skip to content

Commit

Permalink
add options to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DingXuefeng committed Mar 8, 2022
1 parent d54440f commit 5891eba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ inputs:
- Glob patterns are not supported here. All asterick characters ('*') are literal.
required: false
default: ".github"
database:
description: >
folder containing `compile_commands.json`
required: false
default: "build"
outputs:
checks-failed:
description: An integer that can be used as a boolean value to indicate if all checks failed.
Expand All @@ -82,5 +87,5 @@ runs:
- --lines-changed-only=${{ inputs.lines-changed-only }}
- --files-changed-only=${{ inputs.files-changed-only }}
- --thread-comments=${{ inputs.thread-comments }}
- --ignore
- ${{ inputs.ignore }}
- --ignore=${{ inputs.ignore }}
- --database=${{ inputs.database }}

0 comments on commit 5891eba

Please sign in to comment.