File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
12# Dependabot configuration
23# Reference: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
34
Original file line number Diff line number Diff line change 5959 delete-branch : true
6060 - name : Create PR output
6161 if : steps.clang-result.outputs.status == 1
62- run : |
62+ run : |-
6363 echo "::error::Files need formatting."
6464 if [ ${{ github.event_name }} == 'push' ]; then
6565 echo "::error::Merge pull request ${{ steps.cpr.outputs.pull-request-url }} to apply automatic fixes."
Original file line number Diff line number Diff line change 1515 with :
1616 fetch-depth : 0 # needed to get the full history
1717 - name : Find bad spacing
18- run : |
18+ run : |-
1919 # Find tabs and trailing whitespaces in modified text files and show where they are
2020 status_tab=0
2121 status_trail=0
You can’t perform that action at this time.
0 commit comments