Skip to content

Feat: ability to pretty-printer the shell ast when parsing arguments. #56

Feat: ability to pretty-printer the shell ast when parsing arguments.

Feat: ability to pretty-printer the shell ast when parsing arguments. #56

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Docker
uses: docker/setup-buildx-action@v1
- name: Build and Test
run: |
cd tests
chmod +x test_build.sh
./test_build.sh --verbose