Skip to content

Commit

Permalink
Fix issue with yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed May 28, 2023
1 parent fc8e626 commit 0740e82
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Sync labels

# yamllint disable-line rule:truthy
on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Release Drafter

# yamllint disable-line rule:truthy
on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tweet-release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Tweet on Release

# yamllint disable rule:line-length
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
ignore: |
.github/workflows
.venv/lib
rules:
braces:
level: error
Expand All @@ -26,7 +26,7 @@ rules:
comments:
level: error
require-starting-space: true
min-spaces-from-content: 2
min-spaces-from-content: 1
comments-indentation:
level: error
document-end:
Expand Down

0 comments on commit 0740e82

Please sign in to comment.