Skip to content

added an into_expected algorithm #7

added an into_expected algorithm

added an into_expected algorithm #7

Workflow file for this run

# .github/workflows/macos.yml
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: Macos Build
on:
push:
branches: [ "main" ]
paths:
- "include/**"
- "src/**"
- "test/**"
- "CMakeLists.txt"
- ".github/workflows/macos.yml"
pull_request:
branches: [ "main" ]
paths:
- "include/**"
- "src/**"
- "test/**"
- "CMakeLists.txt"
- ".github/workflows/macos.yml"
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make