Skip to content

doc: Hide table of contents #25

doc: Hide table of contents

doc: Hide table of contents #25

Workflow file for this run

name: build-and-test
on:
push:
# all branches
pull_request:
branches:
- main
- master
# This enables the Run Workflow button on the Actions tab.
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dylan-lang/install-opendylan@v3
- name: Update dependencies
run: dylan update
- name: Build command-line-parser-test-suite-app
run: dylan build command-line-parser-test-suite-app
- name: Run command-line-parser-test-suite-app
run: _build/bin/command-line-parser-test-suite-app