Skip to content

updated

updated #4

Workflow file for this run

name: CI
on:
push:
branches:
- master
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
container: gbxyz/rdapper:latest
steps:
- uses: actions/checkout@v4
- run: perl Makefile.PL
- run: make
- run: make test