Update version to 2.1.5 and fix formatting in ini file functions, Add help overlay functionality to menu item click listeners #142
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test Uberhand" | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
Test-Uberhand: | |
name: "Build Test" | |
runs-on: "ubuntu-latest" | |
container: devkitpro/devkita64 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Build | |
run: make |