Skip to content

Bump github checkout action version #7

Bump github checkout action version

Bump github checkout action version #7

Workflow file for this run

name: openbsd
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: make
uses: vmactions/openbsd-vm@v0
with:
prepare: |
pkg_add \
check \
git \
pkgconf
run: |
make
make test