Skip to content

Fix argument parsing logic #5

Fix argument parsing logic

Fix argument parsing logic #5

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies and run test
run: make acceptance
env:
GH_TOKEN: ${{ github.token }}