Skip to content

refactor: simplify memory management in colors.c #5

refactor: simplify memory management in colors.c

refactor: simplify memory management in colors.c #5

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