Skip to content

This concept now is a working group document #19

This concept now is a working group document

This concept now is a working group document #19

Workflow file for this run

name: C
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install mandoc
run: sudo apt install mandoc
- name: make
run: make
- name: make test
run: make test