Skip to content

Polished project code to reduce warnings. #25

Polished project code to reduce warnings.

Polished project code to reduce warnings. #25

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