Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tool] Workflow Update clang-format checkout tools #20053

Merged
merged 2 commits into from
Mar 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update ci-pipeline.yml
  • Loading branch information
andyziye authored Mar 22, 2023
commit eb3fe6e54fb1d1cf5061cc8477a358c50d055b59
8 changes: 2 additions & 6 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,8 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Checkout PR
uses: dawidd6/action-checkout-pr@v1
with:
pr: ${{ github.event.number }}
persist-credentials: false
submodules: recursive

- name: Run Clang-Format
run: |
Expand Down