Skip to content

fix: update workflow #20

fix: update workflow

fix: update workflow #20

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: Run make
run: make
- name: Clean
run: make clean