Skip to content

Fixed the project documentation. #8

Fixed the project documentation.

Fixed the project documentation. #8

Workflow file for this run

name: C/C++ CI
permissions:
contents: read
pull-requests: read
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck