Skip to content

Commit

Permalink
Create clang-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
6fj committed Nov 22, 2023
1 parent bf82aed commit 936f508
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Run clang-format Linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-clang-format:
uses: secretflow/.github/.github/workflows/clang-format.yml@main

0 comments on commit 936f508

Please sign in to comment.