Skip to content

chore: Update method name from Await to join in README #6

chore: Update method name from Await to join in README

chore: Update method name from Await to join in README #6

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Zig
uses: korandoru/setup-zig@v1
with:
zig-version: 0.14.0
- name: Run tests
run: zig test src/root.zig