Skip to content

Commit f28052c

Browse files
authored
Merge pull request #322 from dafyddj/chore/commitlint
chore(workflows): fix linting
2 parents 97e0599 + 5aee218 commit f28052c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/commitlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# -*- coding: utf-8 -*-
22
# vim: ft=yaml
33
---
4+
# yamllint disable rule:comments
45
name: Commitlint
56
'on': [pull_request]
67

78
jobs:
89
lint:
910
runs-on: ubuntu-latest
1011
steps:
12+
# yamllint disable rule:line-length
1113
- uses: actions/checkout@v4
1214
- uses: wagoid/commitlint-github-action@v5

0 commit comments

Comments
 (0)