-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shikha Mishra
authored
Jul 3, 2021
1 parent
4ecfbfc
commit c1b389b
Showing
1 changed file
with
0 additions
and
7 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
# action.yml | ||
name: 'Coding Standard for Magento 2' | ||
description: 'Github Action for magento 2' | ||
inputs: | ||
error-severity: # id of input | ||
description: 'Error severity' | ||
required: false | ||
default: 10 | ||
outputs: | ||
time: # id of output | ||
description: 'The test result' | ||
runs: | ||
using: 'docker' | ||
image: 'Dockerfile' | ||
args: | ||
- ${{ inputs.error-severity }} |