Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

feat: initial implementation #1

feat: initial implementation

feat: initial implementation #1

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y cmake g++-13
- run: cmake -B build -DCMAKE_CXX_COMPILER=g++-13 && cmake --build build
- run: ./build/taskforge_example