Skip to content

CI/CD fix

CI/CD fix #1

Workflow file for this run

name: build
on:
push:
branches: [ "master" ]
jobs:
run-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: find . -name Makefile -execdir make \;