Skip to content

chore: bump actions/checkout from 5.0.0 to 6.0.1 (#247) #119

chore: bump actions/checkout from 5.0.0 to 6.0.1 (#247)

chore: bump actions/checkout from 5.0.0 to 6.0.1 (#247) #119

Workflow file for this run

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