Skip to content

chore: bump threeal/cmake-action from 2.0.0 to 2.1.0 (#193) #67

chore: bump threeal/cmake-action from 2.0.0 to 2.1.0 (#193)

chore: bump threeal/cmake-action from 2.0.0 to 2.1.0 (#193) #67

Workflow file for this run

name: Check
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
check-project:
name: Check Project
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Configure Project
uses: threeal/cmake-action@v2.1.0
with:
options: MY_FIBONACCI_ENABLE_TESTS=ON
run-build: false
- name: Check Formatting
run: |
cmake --build build --target format-all
git diff --exit-code HEAD