Skip to content

Corrected overprinting, added over.pl to produce HTML with overprinting #208

Corrected overprinting, added over.pl to produce HTML with overprinting

Corrected overprinting, added over.pl to produce HTML with overprinting #208

Workflow file for this run

name: Build and Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make
- name: make install
run: make install
- name: make test
run: make test