Skip to content

Bump actions/checkout from 6 to 7 in the github-actions group #80

Bump actions/checkout from 6 to 7 in the github-actions group

Bump actions/checkout from 6 to 7 in the github-actions group #80

Workflow file for this run

name: Check source formatting
on:
workflow_dispatch:
push:
paths:
- '!**/*.yml'
- '.github/workflows/check-format.yml'
- '**/*.cpp'
- '**/*.c'
- '**/*.h'
pull_request:
paths:
- '!**/*.yml'
- '.github/workflows/check-format.yml'
- '**/*.cpp'
- '**/*.c'
- '**/*.h'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: jidicula/clang-format-action@v4.18.0
with:
clang-format-version: '18'
exclude-regex: '^./mk/.*'