Skip to content

Commit 3c3daf4

Browse files
committed
update CI names
1 parent 21ca494 commit 3c3daf4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Docs CI
22

33
on:
44
push:

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Format CI
22

33
on:
44
push:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Test CI
22

33
on:
44
push:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Async Swap AMM
2-
31
![Tests](https://github.com/asyncswap/async-swap/actions/workflows/test.yml/badge.svg)
42
![Format](https://github.com/asyncswap/async-swap/actions/workflows/fmt.yml/badge.svg)
53
![Docs](https://github.com/asyncswap/async-swap/actions/workflows/docs.yml/badge.svg)
64

5+
# Async Swap AMM
6+
77
- [AsyncCSMM - hook contract](src/AsyncSwap.sol)
88
- [Router - add liquidity, swap & fill async orders](src/router.sol)
99
- [Live Demo Frontend](https://asyncswap.org)

0 commit comments

Comments
 (0)