Skip to content

Merge branch 'main' of https://github.com/mldxo/c-cpp-template #32

Merge branch 'main' of https://github.com/mldxo/c-cpp-template

Merge branch 'main' of https://github.com/mldxo/c-cpp-template #32

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: cd project-name && make