Skip to content

Bump jidicula/clang-format-action in the github-actions group #20

Bump jidicula/clang-format-action in the github-actions group

Bump jidicula/clang-format-action in the github-actions group #20

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@v4
- uses: jidicula/[email protected]
with:
clang-format-version: '18'
exclude-regex: '^./mk/.*'