Skip to content

Replacing default RAM read with 0x00 instead of 0xFF (fix save read c… #6

Replacing default RAM read with 0x00 instead of 0xFF (fix save read c…

Replacing default RAM read with 0x00 instead of 0xFF (fix save read c… #6

Workflow file for this run

name: Build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install toolchain
uses: numworks/setup-arm-toolchain@2020-q2
- name: Run make build
run: make build
- name: Run make check
run: make check