Skip to content

Commit

Permalink
Fixed yaml lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBunce committed Oct 21, 2024
1 parent 3180c70 commit cf78a66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parameters:
- name: labeling-task-description
value: 'Classify all images as containing a plane and/or a boat, selecting all of the appropriate labels'
- name: labeling-task-keywords
value: [ 'image', 'object', 'multi classification' ]
value: ['image', 'object', 'multi classification']

Check failure on line 21 in examples/sagemaker-ground-truth-labeling/image_multi_label_classification/sagemaker-ground-truth-labeling.yaml

View workflow job for this annotation

GitHub Actions / YAML Lint

21:55 [new-line-at-end-of-file] no new line character at the end of file
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parameters:
- name: labeling-task-description
value: 'Classify all images as containing a plane or a boat using the appropriate label'
- name: labeling-task-keywords
value: [ 'image', 'object', 'classification' ]
value: ['image', 'object', 'classification']

Check failure on line 21 in examples/sagemaker-ground-truth-labeling/image_single_label_classification/sagemaker-ground-truth-labeling.yaml

View workflow job for this annotation

GitHub Actions / YAML Lint

21:49 [new-line-at-end-of-file] no new line character at the end of file
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parameters:
- name: labeling-task-description
value: 'Classify all texts selecting all of the appropriate labels'
- name: labeling-task-keywords
value: [ 'text', 'multi classification', 'sentiment' ]
value: ['text', 'multi classification', 'sentiment']

Check failure on line 21 in examples/sagemaker-ground-truth-labeling/text_multi_label_classification/sagemaker-ground-truth-labeling.yaml

View workflow job for this annotation

GitHub Actions / YAML Lint

21:57 [new-line-at-end-of-file] no new line character at the end of file
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parameters:
- name: labeling-task-description
value: 'Classify all texts as either positive, neutral or negative'
- name: labeling-task-keywords
value: [ 'text', 'classification', 'sentiment' ]
value: ['text', 'classification', 'sentiment']

Check failure on line 21 in examples/sagemaker-ground-truth-labeling/text_single_label_classification/sagemaker-ground-truth-labeling.yaml

View workflow job for this annotation

GitHub Actions / YAML Lint

21:51 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit cf78a66

Please sign in to comment.