Skip to content

cansend: usage(): use a single call to fprintf() #194

cansend: usage(): use a single call to fprintf()

cansend: usage(): use a single call to fprintf() #194

Workflow file for this run

name: C with autotools
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make distcheck
run: make distcheck