We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d072b59 commit 622cc1dCopy full SHA for 622cc1d
.github/workflows/main.yml
@@ -4,6 +4,7 @@ on:
4
- master
5
pull_request:
6
7
+name: Checks
8
jobs:
9
check:
10
runs-on: ubuntu-24.04
.github/workflows/upload-docs.yml
@@ -5,6 +5,7 @@ on:
tags:
- v*
+name: Upload Docs
upload-docs:
11
README.md
@@ -2,6 +2,8 @@
2
3
Messagepack for Zig.
+[](https://github.com/thislight/zigpak/actions/workflows/main.yml)
+
- [API References (latest release)](https://zigpak.pages.dev/zigpak/)
- [API References (master)](https://master.zigpak.pages.dev/zigpak/)
0 commit comments