Skip to content

Commit

Permalink
Merge pull request #9 from Kaiser-Yang/hotfix-0.0.1
Browse files Browse the repository at this point in the history
Hotfix 0.0.1
  • Loading branch information
linluo906 authored May 3, 2024
2 parents 1401c60 + fed0a60 commit ba4ea0e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'include'
- 'test/src'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '10'
check-path: ${{ matrix.path }}
fallback-style: 'Mozilla' # optional
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Release Log
# `v0.0.1`: this version add a git flow for clang format check.
* `v0.0.0`: this is the initial commit. We finish `cmake` config, `googletest` config, add `github workflow`.

# matrix-calculation-accelarator
Expand Down

0 comments on commit ba4ea0e

Please sign in to comment.