Skip to content

feat (functionality): real parent and child address #64

feat (functionality): real parent and child address

feat (functionality): real parent and child address #64

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up directories
run: mkdir obj lib bin
- name: Clean build
run: make again
- name: Unit test
run: make check