Skip to content

Validate product wire format against protocol #8

Validate product wire format against protocol

Validate product wire format against protocol #8

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
# TODO(v0.2+): pin Zig version to the project's declared minimum.
# If you bump Zig, update this version and re-run `make manifest`.
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- name: Run CI (fmt-check, test, manifest verify)
shell: bash
run: |
make ci