From f3059c8889d07d2c00cbe78cee85bc74e24fd64c Mon Sep 17 00:00:00 2001 From: Ralf Grubenmann Date: Tue, 12 Mar 2024 14:55:06 +0100 Subject: [PATCH] test compat --- .github/workflows/ci.yml | 2 +- project/v1/events/created.avsc | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17dc0a9..4ba0e85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 . diff --git a/project/v1/events/created.avsc b/project/v1/events/created.avsc index 2e82295..0aa73d9 100644 --- a/project/v1/events/created.avsc +++ b/project/v1/events/created.avsc @@ -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", @@ -47,4 +47,4 @@ } } ] -} +} \ No newline at end of file