chore: removed clang-format step from deploy workflow

This commit is contained in:
vladimir.kuznetsov 2024-12-08 13:18:12 +07:00
parent 2df6a2fc3a
commit 1102554012

View file

@ -481,14 +481,3 @@ jobs:
run: | run: |
echo "Pull request:" >> $GITHUB_STEP_SUMMARY echo "Pull request:" >> $GITHUB_STEP_SUMMARY
echo "[[#${{ fromJSON(steps.pull_request.outputs.data)[0].number }}] ${{ fromJSON(steps.pull_request.outputs.data)[0].title }}](${{ fromJSON(steps.pull_request.outputs.data)[0].html_url }})" >> $GITHUB_STEP_SUMMARY echo "[[#${{ fromJSON(steps.pull_request.outputs.data)[0].number }}] ${{ fromJSON(steps.pull_request.outputs.data)[0].title }}](${{ fromJSON(steps.pull_request.outputs.data)[0].html_url }})" >> $GITHUB_STEP_SUMMARY
clang-format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run clang-format
uses: DoozyX/clang-format-lint-action@v0.18.1
with:
style: 'file'