Skip to content

Commit

Permalink
fmt: make the linter happy and add document starts to yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Huck committed Aug 12, 2023
1 parent 57dfe6a commit 914cb00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
before:
hooks:
- go mod tidy
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: '3.4'

services:
Expand Down
1 change: 1 addition & 0 deletions testdata/testconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
sync:
start:
identifier: MonthStart # 1st of the current month
Expand Down

0 comments on commit 914cb00

Please sign in to comment.