Skip to content

feat: Add math module with number theory algorithms and code quality tooling #20

feat: Add math module with number theory algorithms and code quality tooling

feat: Add math module with number theory algorithms and code quality tooling #20

Workflow file for this run

name: C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake build-essential libgtest-dev
- name: Build and run tests
run: |
chmod +x ./scripts/run_tests.sh
./scripts/run_tests.sh