Skip to content

Commit

Permalink
Update clang-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomarcosth9 authored Jan 2, 2024
1 parent 45a005c commit 191f47b
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: clang-format Check
on: [push, pull_request]
on: push
name: clang-format Code Formatter
jobs:
formatting-check:
name: Formatting Check
lint:
name: clang-format Code Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C++ programs.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: 'Codigos'
fallback-style: 'Google' # optional
- name: Clang Code Formatter
uses: ivanludvig/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 191f47b

Please sign in to comment.