Skip to content

Commit 3786a55

Browse files
authored
Merge pull request #3 from sideeffect-io/feature/add-ci-badge
project: add ci badge in README
2 parents 89a34d6 + 26d00b9 commit 3786a55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build and test](https://github.com/sideeffect-io/AsyncStateMachine/actions/workflows/ci.yml/badge.svg)](https://github.com/sideeffect-io/AsyncStateMachine/actions/workflows/ci.yml)
2+
13
# Async State Machine
24
**Async State Machine** aims to provide a way to structure an application thanks to state machines. The goal is to identify the states and the side effects involved in each feature and to model them in a consistent and scalable way thanks to a DSL.
35

0 commit comments

Comments
 (0)