diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a5dcc0..f6f5822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Lint and test on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: @@ -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 @@ -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 @@ -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 diff --git a/README.md b/README.md index 5363f52..1b09f1f 100644 --- a/README.md +++ b/README.md @@ -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).