Skip to content

Commit

Permalink
fix ci and readme
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Kai <[email protected]>
  • Loading branch information
GrapeBaBa committed Dec 13, 2024
1 parent 5ba2c6c commit b7b4e5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint and test

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:

Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Zig
uses: korandoru/setup-zig@v1
with:
zig-version: 0.13.0
zig-version: v0.14.0-dev.2051+b1361f237

- name: Build
run: zig build
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Set up Zig
uses: korandoru/setup-zig@v1
with:
zig-version: 0.13.0
zig-version: v0.14.0-dev.2051+b1361f237

- name: Lint
run: zig fmt --check src/*.zig
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Set up Zig
uses: korandoru/setup-zig@v1
with:
zig-version: 0.13.0
zig-version: v0.14.0-dev.2051+b1361f237

- name: Test
run: zig build test --summary all
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Lint and test](https://github.com/gballet/ssz.zig/actions/workflows/ci.yml/badge.svg)](https://github.com/gballet/ssz.zig/actions/workflows/ci.yml)
[![Lint and test](https://github.com/zen-eth/ssz.zig/actions/workflows/ci.yml/badge.svg)](https://github.com/zen-eth/ssz.zig/actions/workflows/ci.yml)

# ssz.zig
A [Zig](https://ziglang.org) implementation of the [SSZ serialization protocol](https://github.com/ethereum/eth2.0-specs/blob/dev/ssz/simple-serialize.md).
Expand Down

0 comments on commit b7b4e5d

Please sign in to comment.