Skip to content

Commit

Permalink
spacing cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Knight <[email protected]>
  • Loading branch information
eddie-knight committed Dec 28, 2024
1 parent df44640 commit 5594681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: cue vet template-full.yml schema.cue

- name: Validate template-minimum.yml
run: cue vet template-minimum.yml schema.cue
run: cue vet template-minimum.yml schema.cue
9 changes: 4 additions & 5 deletions schema.cue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ repository?: {

"core-team": [...#Contact]

license: #License
license: #License

security: {
assessments: {
Expand Down Expand Up @@ -144,10 +144,9 @@ repository?: {

"distribution-points": [...#Link]

changelog?: #URL

license?: #License
changelog?: #URL
license?: #License

attestations?: [...#Attestation]
}
}
}

0 comments on commit 5594681

Please sign in to comment.