Skip to content

Update EasyIterator to work with C++20 #23

Update EasyIterator to work with C++20

Update EasyIterator to work with C++20 #23

Workflow file for this run

name: Style
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Install clang-format
run: brew install clang-format
- name: configure
run: cmake -Htest -Bbuild
- name: check style
run: cmake --build build --target check-format