Skip to content

Delete src/icon.png #14

Delete src/icon.png

Delete src/icon.png #14

Workflow file for this run

name: Build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install toolchain
uses: numworks/setup-arm-toolchain@latest
- name: Run make build
run: make build
- name: Run make check
run: make check
- uses: actions/upload-artifact@master
with:
name: peanutgb.nwa
path: output/peanutgb.nwa