Skip to content

Update README

Update README #22

Workflow file for this run

name: CI
on:
push:
branches: ["main", "testing"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: Set environment variables
run: |
echo "MD2MS=$(pwd)/md2ms" >> $GITHUB_ENV
echo "MD2MAN=$(pwd)/md2man" >> $GITHUB_ENV
- name: test
run: ./test/test.sh