Skip to content

Commit

Permalink
add test_clang_format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SizzinSeal committed Dec 30, 2024
1 parent 668cf01 commit 9cff5c0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test-clang-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: test-clang-format

on:
push:
branches:
- '*'
pull_request:


jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: './src/fmtlib ./include/fmtlib'
extensions: 'hpp,cpp'
clangFormatVersion: 18

0 comments on commit 9cff5c0

Please sign in to comment.