Skip to content

Commit

Permalink
chore: remove unused fields in action.yml (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored May 31, 2024
1 parent 435a466 commit 9b741c7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,17 @@ branding:
icon: 'moon'
inputs:
checklevel:
description: "The diagnostics severity level to fail on."
description: "The diagnostics severity level to fail on (Error, Warning, Information or Hint)"
required: true
default: Warning
type: choice
options:
- Error
- Warning
- Information
- Hint
directories:
description: "The directories to lint (relative to the repository root)."
required: true
default: |
lua
type: string
configpath:
description: "Path to a luarc.json config file."
required: false
type: string
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 9b741c7

Please sign in to comment.