name: Makefile CI on: push: branches: [ "main" ] pull_request: branches: [ "main" ] jobs: build_and_test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: compile run: make - name: Run and test run: make run