Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Jan 8, 2025
1 parent 5d48b62 commit 6464aa0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .ci/pipeline/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ jobs:
vmImage: '$(VM_IMAGE)'
steps:
- script: |
echo $TOK
echo $(Build.SourceBranch)
.ci/env/apt.sh clang-format
.ci/env/editorconfig-checker.sh
displayName: 'Install Dependencies'
env:
TOK: $(CODECOV_TOKEN)
- script: |
.ci/scripts/clang-format.sh
displayName: 'clang-format check'
Expand Down

0 comments on commit 6464aa0

Please sign in to comment.