Skip to content

make pointed-to objects const that are not supposed to be changed (#45) #118

make pointed-to objects const that are not supposed to be changed (#45)

make pointed-to objects const that are not supposed to be changed (#45) #118

Workflow file for this run

name: make
on:
push:
branches: main
paths: 'thermidity-avr/**'
pull_request:
branches: main
paths: 'thermidity-avr/**'
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Build
run: cd $GITHUB_WORKSPACE/thermidity-avr && make