Skip to content

Commit f1ba5fc

Browse files
authored
Minor YAML fixes (#502)
1 parent aee5b0d commit f1ba5fc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Dependabot configuration
23
# Reference: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
34

.github/workflows/clang-format-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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."

.github/workflows/space-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

0 commit comments

Comments
 (0)