buddy-slab-allocator 0.4.0

Memory allocator with Buddy and Slab allocation
Documentation
name: CI

on:
  pull_request:
  push:
    branches-ignore:
      - main
    tags-ignore:
      - "*"

permissions:
  contents: read

jobs:
  check:
    uses: ./.github/workflows/check.yml

  test:
    uses: ./.github/workflows/test.yml
    needs: check