Skip to content

Use an explicit return type for partition and related functions #487

Use an explicit return type for partition and related functions

Use an explicit return type for partition and related functions #487

name: Build and test
on:
schedule:
- cron: '27 5 * * *'
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: davidstone/cmake_strict_defaults@main