Skip to content

Commit

Permalink
Refactor configuration and documentation for 'extra' options
Browse files Browse the repository at this point in the history
The 'ansi' argument is now nested under the 'extra' options for improved customization. Hardcoded values in action.yml have been replaced to allow users to adjust verbosity levels and output formats more freely. Changes have also been reflected in the README.md for user guidance.
  • Loading branch information
SmetDenis committed Mar 29, 2024
1 parent 70de122 commit 8a9df3f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ runs:
GITHUB_ACTIONS: 'true'
args:
- validate:csv
- --csv=${{ inputs.csv }}
- --schema=${{ inputs.schema }}
- --report=${{ inputs.report }}
- --quick=${{ inputs.quick }}
- --skip-schema=${{ inputs.skip-schema }}
- ${{ inputs.verbose }}
- ${{ inputs.extra }}
# - --csv=${{ inputs.csv }}
# - --schema=${{ inputs.schema }}
# - --report=${{ inputs.report }}
# - --quick=${{ inputs.quick }}
# - --skip-schema=${{ inputs.skip-schema }}
# - ${{ inputs.verbose }}
# - ${{ inputs.extra }}
#

0 comments on commit 8a9df3f

Please sign in to comment.