Skip to content

Commit 0f596d3

Browse files
committed
update badges
1 parent 9f2f5f0 commit 0f596d3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and test
1+
name: macOS
22

33
on:
44
push:

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and test
1+
name: Ubuntu
22

33
on:
44
push:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and test
1+
name: Windows
22

33
on:
44
push:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

2-
[![Build and test](https://github.com/hook-lang/hook/actions/workflows/build.yml/badge.svg)](https://github.com/hook-lang/hook/actions/workflows/build.yml)
2+
[![Ubuntu](https://github.com/hook-lang/hook/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/hook-lang/hook/actions/workflows/ubuntu.yml)
3+
[![macOS](https://github.com/hook-lang/hook/actions/workflows/macos.yml/badge.svg)](https://github.com/hook-lang/hook/actions/workflows/macos.yml)
4+
[![Windows](https://github.com/hook-lang/hook/actions/workflows/windows.yml/badge.svg)](https://github.com/hook-lang/hook/actions/workflows/windows.yml)
35
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b58fa787c8cc480091a8e976164ee203)](https://app.codacy.com/gh/hook-lang/hook/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
46
[![codecov](https://codecov.io/gh/hook-lang/hook/graph/badge.svg?token=oRSpRBTqp8)](https://codecov.io/gh/hook-lang/hook)
57

0 commit comments

Comments
 (0)