Skip to content

Commit

Permalink
Compiled from 767388b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 12, 2023
1 parent 0853f59 commit 8866208
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
23 changes: 13 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,26 @@ branding:
color: green
inputs:
lintDirectory:
description: 'Lint base directory. default: "."'
description: 'Lint base directory.'
required: false
default: '.'
configPath:
description: 'Path of a configuration file. default: ".vscode/settings.json"'
required: false
outputDefine:
description: 'Displays the define/declare that match the input resource path.'
description: 'Path of a configuration file.'
required: false
default: '.vscode/settings.json'
forcePass:
description: 'If set to "true", it will not fail even if there are files that failed to be checked.'
description: 'If set to "true", the check will not fail if any files fail.'
required: false
notOutputSuccess:
description: 'If set to "true", do not output the log of files that have been successfully checked.'
default: 'false'
muteSuccessResult:
description: 'If set to "true", the result of successfully checked files is not output.'
required: false
default: 'false'
ignoreLintPathPattern:
description: 'Do not check for files that match the entered globPattern.'
required: false
checkAlwaysAllFile:
default: ''
alwaysCheckAllFile:
description: 'If set to "true", it will always check all files without using the cache.'
required: false
required: false
default: 'false'
2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions index.js.map

Large diffs are not rendered by default.

0 comments on commit 8866208

Please sign in to comment.