Skip to content

Commit

Permalink
Update clang-format-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Nov 10, 2023
1 parent c528d37 commit 80ca55f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/clang-format-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ on:
pull_request:

jobs:

build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
- name: Install clang format
run: sudo apt install -y clang-format && clang-format --version

- name: Checkout
uses: actions/checkout@v3

- name: Lint
uses: DoozyX/[email protected]
with:
source: '.'
exclude: './externals'
Expand Down

0 comments on commit 80ca55f

Please sign in to comment.