Skip to content

Commit

Permalink
Have yamllint allow templates without annotations
Browse files Browse the repository at this point in the history
Annotations should only be required on kind: WorkflowTemplate and kind:
CronWorkflowTemplate, however the checker was already running on those
argo-events templates so I am leaving that in place.
  • Loading branch information
Steve Keay committed Sep 12, 2024
1 parent 51a3372 commit 97bcbce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
workflows/argo-events/roles/*.y*ml
workflows/argo-events/rolebindings/*.y*ml
workflows/argo-events/workflowtemplates/*.y*ml
workflows/openstack/*.y*ml
shellcheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 97bcbce

Please sign in to comment.