Add CI badges
This commit is contained in:
parent
e15fc63e79
commit
b73c26ffd8
4 changed files with 8 additions and 3 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Rust
|
name: Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Docker
|
name: Publish server Docker image
|
||||||
|
|
||||||
# This workflow uses actions that are not certified by GitHub.
|
# This workflow uses actions that are not certified by GitHub.
|
||||||
# They are provided by a third-party and are governed by
|
# They are provided by a third-party and are governed by
|
||||||
|
|
|
||||||
2
.github/workflows/publish-plugin.yml
vendored
2
.github/workflows/publish-plugin.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Release Obsidian plugin
|
name: Publish Obsidian plugin
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
## VaultLink self-hosted Obsidian sync plugin
|
||||||
|
|
||||||
|
[](https://github.com/schmelczer/obsidian-shared-sync/actions/workflows/check.yml)
|
||||||
|
[](https://github.com/schmelczer/obsidian-shared-sync/actions/workflows/publish-docker.yml)
|
||||||
|
[](https://github.com/schmelczer/obsidian-shared-sync/actions/workflows/publish-plugin.yml)
|
||||||
|
|
||||||
|
|
||||||
## Install [nvm](https://github.com/nvm-sh/nvm)
|
## Install [nvm](https://github.com/nvm-sh/nvm)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue