Skip to content

Don't allow "info args n" to use n outside the valid range (#44) #116

Don't allow "info args n" to use n outside the valid range (#44)

Don't allow "info args n" to use n outside the valid range (#44) #116

Workflow file for this run

name: "bashdb CI"
on:
push:
jobs:
linux:
name: "Linux"
runs-on: ubuntu-latest
container: bash:4.4
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Packages
shell: bash
run: |+
apk update
apk add build-base automake autoconf libtool texinfo
- name: Configure
shell: bash
run: bash ./autogen.sh
- name: Test
shell: bash
env:
VERBOSE: 1
run: make -e -j3 check