Skip to content

Commit 9a9c419

Browse files
committed
refactor(ci): rename workflow to 'Run Tests' for clarity
1 parent a6956cd commit 9a9c419

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: CI
2-
1+
name: Run Tests
32
on:
43
push:
54
branches:

README.md

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

33
[![Create Arkstack][i1]][l1]
44
[![Downloads][d1]][l1]
5+
[![Deploy Documentation](https://github.com/arkstack-hq/arkstack/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/arkstack-hq/arkstack/actions/workflows/deploy-docs.yml)
6+
[![CI](https://github.com/arkstack-hq/arkstack/actions/workflows/ci.yml/badge.svg)](https://github.com/arkstack-hq/arkstack/actions/workflows/ci.yml)
57

68
A framework-agnostic backend starter kit for modern TypeScript servers.
79

0 commit comments

Comments
 (0)