Skip to content

Commit

Permalink
Add optional author and branding metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeyer committed Apr 3, 2020
1 parent ecc4f78 commit 2da038f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: 'Include Guards Check'
author: 'Stephan Beyer (sbeyer)'
description: 'Check for #include guards in C/C++ header files'
branding:
icon: 'hash'
color: 'green'
inputs:
path:
description: 'The path to look for include files'
Expand Down

0 comments on commit 2da038f

Please sign in to comment.