Skip to content

Solved printf format error in test runner. #10

Solved printf format error in test runner.

Solved printf format error in test runner. #10

Workflow file for this run

name: Test Assembler
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make check
working-directory: ./assembler
run: make check