Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dummy test change #37

Closed
wants to merge 1 commit into from
Closed

Dummy test change #37

wants to merge 1 commit into from

Conversation

johnlk
Copy link
Contributor

@johnlk johnlk commented Nov 8, 2023

No description provided.

@johnlk johnlk self-assigned this Nov 8, 2023
Copy link

github-actions bot commented Nov 8, 2023

Score: 60
Improvements:
  • Remove unnecessary additional lines after parameters in the configuration file
  • Follow consistency in placing additional lines, if any are required for better readability.
inputs:
  gpt_model_name:
    description: 'Path to the GPT model file'
    required: true
  github_api_url:
    description: 'URL for the github API'
    required: false
    default: 'https://api.github.com'
  files_to_ignore:
    description: 'Whitespace separated list of files to ignore'
    required: false
    default: ''

runs:
  using: 'docker'
  image: 'Dockerfile'
  args:
    - --gpt_model_name=${{ inputs.gpt_model_name }}
    - --github_api_url=${{ inputs.github_api_url }}
    - --files_to_ignore=${{ inputs.files_to_ignore }}

branding:
  icon: 'tag'
  color: 'purple'

@johnlk johnlk closed this Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant