Skip to content

Commit

Permalink
test compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Mar 12, 2024
1 parent 1852cea commit f3059c8
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -11,7 +11,7 @@ jobs:
fetch-depth: 0
- name: Setup Avrodisiac
run: |
curl -L -o avrodisiac.tar.gz https://github.com/SwissDataScienceCenter/avrodisiac/releases/download/v0.1.2/avrodisiac-x86_64-unknown-linux-gnu.tar.gz
curl -L -o avrodisiac.tar.gz https://github.com/SwissDataScienceCenter/avrodisiac/releases/download/v0.1.3/avrodisiac-x86_64-unknown-linux-gnu.tar.gz
tar xf avrodisiac.tar.gz --directory=/tmp/
- name: Check formatting
run: /tmp/avrodisiac lint .
Expand Down
10 changes: 5 additions & 5 deletions project/v1/events/created.avsc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"type": "record",
"name": "ProjectCreated",
"namespace":"io.renku.events.v1",
"doc":"Event raised when a new project is created",
"namespace": "io.renku.events.v1",
"doc": "Event raised when a new project is created",
"fields": [
{
"name":"id",
"type":"string"
"name": "id",
"type": "string"
},
{
"name": "name",
Expand Down Expand Up @@ -47,4 +47,4 @@
}
}
]
}
}

0 comments on commit f3059c8

Please sign in to comment.