Skip to content

fix exit codes formatting in the manpage #10

fix exit codes formatting in the manpage

fix exit codes formatting in the manpage #10

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install bc
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: bc
- name: Tests
run: |
make test