Skip to content

Create a tiny library of functions #6

Create a tiny library of functions

Create a tiny library of functions #6

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: make install
- name: Run check
run: make run