Clang-tidy fixes #412
This workflow graph cannot be shown
A graph will be generated the next time this workflow is run.
Annotations
1 error
|
Invalid workflow file:
.github/workflows/clang-tidy-check.yaml#L1
(Line: 95, Col: 9): Unrecognized named-value: 'env'. Located at position 376 within expression: (github.event_name == 'pull_request' && needs.detect-clang-tidy-changes.outputs.has_changes == 'true') ||
(github.event_name == 'issue_comment' && needs.check_comment_trigger.outputs.match_result == 'match' && (github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'OWNER')) ||
(github.event_name == 'workflow_dispatch') || (env.ACT == 'true')
, (Line: 191, Col: 9): Unrecognized named-value: 'env'. Located at position 154 within expression: github.event_name == 'pull_request' && (needs.detect-clang-tidy-changes.outputs.has_changes != 'true') && (github.event_name != 'workflow_dispatch') && (env.ACT != 'true')
|