Skip to content

Merge in updates for 32/64 data and code cleanup #10

Merge in updates for 32/64 data and code cleanup

Merge in updates for 32/64 data and code cleanup #10

Workflow file for this run

name: Build code
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make
- name: make check
run: make check