Skip to content

Commit

Permalink
chore: yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 30, 2024
1 parent 448213f commit c2b8649
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pdd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SOFTWARE.
---
name: pdd
on:
'on':
push:
branches:
- master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml
4 changes: 4 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rules:
line-length:
max: 80
allow-non-breakable-words: true

0 comments on commit c2b8649

Please sign in to comment.