Skip to content

Fix print issue, add CI action (#11) #8

Fix print issue, add CI action (#11)

Fix print issue, add CI action (#11) #8

Workflow file for this run

name: "CI Checks"
on:
workflow_dispatch:
push:
jobs:
run-ci:
runs-on: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build CLI
run: |
make build
- name: Run tests
run: |
make test