chore: removed clang-format step from deploy workflow
This commit is contained in:
parent
2df6a2fc3a
commit
1102554012
1 changed files with 0 additions and 11 deletions
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
|
|
@ -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'
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue