Skip to content

Commit

Permalink
Renamed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kerero committed Oct 14, 2023
1 parent b3944c5 commit beb84ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dart CI
name: ci

on:
push:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<h1 align="center">Isar CRDT</h1>
</p>

[![ci](https://github.com/kerero/isar-crdt/actions/workflows/ci.yaml/badge.svg)](https://github.com/kerero/isar-crdt/actions/workflows/ci.yaml)

# ⚠️ WIP ⚠️
This project aims to extend the functionality of the [Isar database](https://isar.dev/) to allow remote synchronization (isar/isar#2).

Expand Down

0 comments on commit beb84ef

Please sign in to comment.