Skip to content

libcommon: update hostlist library #29

libcommon: update hostlist library

libcommon: update hostlist library #29

Workflow file for this run

name: build CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make dist
run: make dist