Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwardius committed Feb 5, 2024
1 parent 050ad3f commit dc8f841
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/check_styling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

- uses: reviewdog/action-cpplint@master
- name: Install ClangFormat
run: sudo apt-get install -y clang-format

- name: Run linters
uses: wearerequired/lint-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
flags: --linelength=100 # Optional
clang_format: true

0 comments on commit dc8f841

Please sign in to comment.