Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup Go
uses: actions/setup-go@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "spec"]
path = spec
url = https://github.com/cdevents/spec
2 changes: 1 addition & 1 deletion hack/add-event.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import (

const (
// ${SUBJECT_UPPER_CAMEL}${PREDICATE_UPPER_CAMEL} event
${SUBJECT_UPPER_CAMEL}${PREDICATE_UPPER_CAMEL}EventV1 CDEventType = "dev.cdevents.${SUBJECT_LOWER}.${PREDICATE_LOWER}.v1"
${SUBJECT_UPPER_CAMEL}${PREDICATE_UPPER_CAMEL}EventV1 CDEventType = "dev.cdevents.${SUBJECT_LOWER}.${PREDICATE_LOWER}.0.1.0-draft"
${SUBJECT_LOWER_CAMEL}${PREDICATE_UPPER_CAMEL}SchemaFile string = "${SUBJECT_LOWER}${PREDICATE_LOWER}"
)

Expand Down
88 changes: 0 additions & 88 deletions jsonschema/artifactpackaged.json

This file was deleted.

88 changes: 0 additions & 88 deletions jsonschema/artifactpublished.json

This file was deleted.

88 changes: 0 additions & 88 deletions jsonschema/branchcreated.json

This file was deleted.

88 changes: 0 additions & 88 deletions jsonschema/branchdeleted.json

This file was deleted.

Loading