Skip to content

Merge pull request #101 from andcscott/98-get_addr-should-return-neg #17

Merge pull request #101 from andcscott/98-get_addr-should-return-neg

Merge pull request #101 from andcscott/98-get_addr-should-return-neg #17

Workflow file for this run

name: openbsd
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
uses: vmactions/[email protected]
with:
prepare: |
pkg_add \
check \
git \
pkgconf
run: |
make
make test