Skip to content

Commit

Permalink
Fix YAML formatting
Browse files Browse the repository at this point in the history
Now has document start markers.
  • Loading branch information
Skyluker4 committed Oct 18, 2021
1 parent 8acce40 commit fd29479
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
version: 2

updates:
- package-ecosystem: nuget
directory: /
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Build

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: CodeQL

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Lint

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Upload Pre-release

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Upload Release

on:
Expand Down
15 changes: 8 additions & 7 deletions .restyled.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
restylers:
- astyle:
enabled: false
- clang-format:
enabled: false
- "*"
- dotnet-format
---
restylers:
- astyle:
enabled: false
- clang-format:
enabled: false
- "*"
- dotnet-format

0 comments on commit fd29479

Please sign in to comment.