Skip to content

Added case for NULL instructions (#35) #500

Added case for NULL instructions (#35)

Added case for NULL instructions (#35) #500

Workflow file for this run

name: Build project with Makefile
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Clean project
run: make clean
- name: Build with `make`
run: make