Skip to content

Add C++ style guidelines. #14

Add C++ style guidelines.

Add C++ style guidelines. #14

Workflow file for this run

# Check for broken links with lychee
name: Link Check
on:
push:
branches:
- main
pull_request:
jobs:
link-check:
timeout-minutes: 2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: "--verbose -- ."
fail: true
jobSummary: true