Skip to content

Add InitCommand to Go implementation (#30) #8

Add InitCommand to Go implementation (#30)

Add InitCommand to Go implementation (#30) #8

Workflow file for this run

name: Pandoc Build
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
manuals-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pandoc/actions/setup@main
with:
version: 3.2
- name: Build
run: make -C man all