Skip to content

Commit accf0cc

Browse files
author
Nilay Vishwakarma
committed
2 parents 7028c9e + d1eed7c commit accf0cc

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a .NET project
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
33

4-
name: .NET
4+
name: Build and Test
55

66
on:
77
push:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a .NET project
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
33

4-
name: publish
4+
name: Publish to Nuget
55

66
on:
77
release:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
A flexible finite state machine (FSM) library for .NET written in C#, it is designed to create and manage Finite State Machines (FSMs) in a simple and efficient way. It allows developers to define states, transitions, and events, enabling the modeling of complex behaviors in a structured manner.
44

5+
![Build](https://github.com/iwannabebot/sharpfsm/actions/workflows/dotnet.yml/badge.svg)
6+
![Publish](https://github.com/iwannabebot/sharpfsm/actions/workflows/publish.yml/badge.svg)
7+
58
## Quick Start
69

710
Install SharpFsm via NuGet Package Manager or dotnet.

0 commit comments

Comments
 (0)