Add CI badges

This commit is contained in:
Andras Schmelczer 2025-01-02 20:13:15 +00:00
parent e15fc63e79
commit b73c26ffd8
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Rust
name: Check
on:
push:

View file

@ -1,4 +1,4 @@
name: Docker
name: Publish server Docker image
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by

View file

@ -1,4 +1,4 @@
name: Release Obsidian plugin
name: Publish Obsidian plugin
on:
push:

View file

@ -1,3 +1,8 @@
## VaultLink self-hosted Obsidian sync plugin
[![Check](https://github.com/schmelczer/obsidian-shared-sync/actions/workflows/check.yml/badge.svg)](https://github.com/schmelczer/obsidian-shared-sync/actions/workflows/check.yml)
[![Publish Docker](https://github.com/schmelczer/obsidian-shared-sync/actions/workflows/publish-docker.yml/badge.svg)](https://github.com/schmelczer/obsidian-shared-sync/actions/workflows/publish-docker.yml)
[![Publish plugin](https://github.com/schmelczer/obsidian-shared-sync/actions/workflows/publish-plugin.yml/badge.svg)](https://github.com/schmelczer/obsidian-shared-sync/actions/workflows/publish-plugin.yml)
## Install [nvm](https://github.com/nvm-sh/nvm)