Skip to content

First working demo of random price generation #19

First working demo of random price generation

First working demo of random price generation #19

Workflow file for this run

name: clang-format
on:
push:
branches:
- main
pull_request:
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run clang-format
run: |
clang-format --Werror --dry-run *.cpp *.h