Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Create makefile.yml

Create makefile.yml #4

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@main
- name: build code-generator
run: make code-generator