Skip to content

Commit

Permalink
fix: fixing clang format on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
alinalihassan committed Apr 21, 2023
1 parent 18e2081 commit 9fbbf08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0

- name : Clang Format
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Clang Format
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: DoozyX/[email protected]
with:
source: './src/'
Expand Down

0 comments on commit 9fbbf08

Please sign in to comment.