Skip to content

Commit

Permalink
fix: Fixed checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
alinalihassan committed Aug 26, 2022
1 parent 5069520 commit 493d8e3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
os: [ ubuntu-latest, macos-latest ]

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name : Clang Format
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down Expand Up @@ -98,7 +101,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Node.JS
uses: actions/setup-node@v2
Expand Down

0 comments on commit 493d8e3

Please sign in to comment.