Skip to content

Change prefixes from char[] to char* #50

Change prefixes from char[] to char*

Change prefixes from char[] to char* #50

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check format
run: |
make format
git diff --exit-code
- name: Build
run: make