Skip to content

Commit

Permalink
work on GHA build yml, addd yamlint
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Nov 24, 2024
1 parent d131275 commit a204415
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/yamlint.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
extends: default

rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 80
level: warning

# don't bother me with this rule
#indentation: disable

0 comments on commit a204415

Please sign in to comment.