Skip to content
Open
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
28 changes: 28 additions & 0 deletions .github/workflows/update-spec-compliance-badge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# ********************************************************************************
# Copyright (c) 2025 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

name: Spec Compliance

on:
push:
branches: [ main ]
workflow_dispatch:

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

jobs:
update-spec-compliance-badge:
uses: xerner/ci-cd/.github/workflows/update-spec-compliance-badge.yaml@main
secrets: inherit
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Eclipse uProtocol Rust library

[![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/eclipse-uprotocol/80759847e7bd262515184cb28f588a09/raw/spec-compliance-badge.json)](https://github.com/eclipse-uprotocol/up-spec)

This is the [uProtocol v1.6.0-alpha.6 Language Library](https://github.com/eclipse-uprotocol/uprotocol-spec/blob/v1.6.0-alpha.6/languages.adoc) for the Rust programming language.

The crate can be used to
Expand Down