Skip to content

add a section about the project structure #6

add a section about the project structure

add a section about the project structure #6

Workflow file for this run

on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: setup-zig
uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- name: build
run: zig build
- name: test
run: zig build test --summary all