Skip to content

Commit 622cc1d

Browse files
committed
workflows: add names
1 parent d072b59 commit 622cc1d

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
- master
55
pull_request:
66

7+
name: Checks
78
jobs:
89
check:
910
runs-on: ubuntu-24.04

.github/workflows/upload-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
tags:
66
- v*
77

8+
name: Upload Docs
89
jobs:
910
upload-docs:
1011
runs-on: ubuntu-24.04

README.md

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

33
Messagepack for Zig.
44

5+
[![Checks](https://github.com/thislight/zigpak/actions/workflows/main.yml/badge.svg?branch=master&name=Checks)](https://github.com/thislight/zigpak/actions/workflows/main.yml)
6+
57
- [API References (latest release)](https://zigpak.pages.dev/zigpak/)
68
- [API References (master)](https://master.zigpak.pages.dev/zigpak/)
79

0 commit comments

Comments
 (0)