Skip to content

Commit

Permalink
lint test
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Salisbury <[email protected]>
  • Loading branch information
nerdalert committed Jul 12, 2024
1 parent e91f737 commit d85b735
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compositional_skills/foo/bar/attribution.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Title of work: dfg
Link to work: -
Revision: -
License of the work: sdfg
Creator names: sdfgsdfg
19 changes: 19 additions & 0 deletions compositional_skills/foo/bar/qna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
created_by: nerdalert
version: 2
task_description: lints
seed_examples:
- question: q
context:

Check failure on line 6 in compositional_skills/foo/bar/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

6:13 trailing spaces (trailing-spaces)

Check failure on line 6 in compositional_skills/foo/bar/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

6:1 [.seed_examples[0].context] None is not of type 'string'
answer: a
- question: qq
context:

Check failure on line 9 in compositional_skills/foo/bar/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

9:13 trailing spaces (trailing-spaces)

Check failure on line 9 in compositional_skills/foo/bar/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

9:1 [.seed_examples[1].context] None is not of type 'string'
answer: aa
- question: qqq
context:

Check failure on line 12 in compositional_skills/foo/bar/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

12:13 trailing spaces (trailing-spaces)

Check failure on line 12 in compositional_skills/foo/bar/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

12:1 [.seed_examples[2].context] None is not of type 'string'
answer: aaa
- question: qqqq
context:

Check failure on line 15 in compositional_skills/foo/bar/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

15:13 trailing spaces (trailing-spaces)

Check failure on line 15 in compositional_skills/foo/bar/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

15:1 [.seed_examples[3].context] None is not of type 'string'
answer: aaaa
- question: qqqqq
context:

Check failure on line 18 in compositional_skills/foo/bar/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

18:13 trailing spaces (trailing-spaces)

Check failure on line 18 in compositional_skills/foo/bar/qna.yaml

View workflow job for this annotation

GitHub Actions / yamllint

18:1 [.seed_examples[4].context] None is not of type 'string'
answer: aaaaa

0 comments on commit d85b735

Please sign in to comment.