Skip to content

chore: bump argparse to version 3.1 (#170) #25

chore: bump argparse to version 3.1 (#170)

chore: bump argparse to version 3.1 (#170) #25

Workflow file for this run

name: Check
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
check-project:
name: Check Project
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Configure Project
uses: threeal/[email protected]
with:
options: MY_FIBONACCI_ENABLE_TESTS=ON
- name: Check Formatting
run: |
cmake --build build --target format-all
git diff --exit-code HEAD